Hello Fouad,
Your flow behind the button is expecting two parameters, RootMC(Request) and Root(Root) check if these parameters are available on the page where you have your button, if so you can click on the button and activate(refresh) them in the button details if not add the parameters or delete one of the parameters and retrieve it in the flow.
Hope this helps,
Good luck!
Fouad,
The error message you see indicates that the microflow expects 2 parameters but only one parameter is available on the page. Is the parameter Root (of type Root) used in the microflow? If not, you can delete that from the microflow and the error message you are seeing will be eliminated.
Hope that helps,
Mike
I found the solution! Instead of using the Root entity, I transferred all its data into RootMC. This way, I only needed one parameter instead of two. By filtering the Export Mapping based on attributes, there was no need to use two objects and divide them across multiple Export Mappings. I wasn’t aware of this approach before, but now I know!