Extract XML content

0
error:   Parameter 'XMLDocument' of the selected microflow does not match available arguments. No arguments are available to 'actionButton1'.Property 'On click' of action button 'actionButton1'Page 'Home_Web'MyFirstModule.   I am creating a button on home page and call a microflow for import the xml document and i am getting this kind of error. can anyone help me to resolve this error. Thanks & Regards, Shashi Sharma
asked
1 answers
0

This error is telling you that the microflow expects a parameter but that from the place of this button this object is not available. You should first create an upload screen where the user can upload the XML. Then you can use this filedocument object to pass it to the microflow.

Regards,

Ronald

 

answered