Input parameter to a microflow is empty

0
I have written a microflow to save an entity, but in this microflow the input parameter is coming empty. I need to save the user data in the UI by calling a microflow
asked
2 answers
0

 

Hi Mohammed,

 

      Check what object you are passing to that input parameter.

 

Thanks & Regards,

Pavithra

answered
0

Hi Mohammed,

I suspect you have that microflow behind a button on a page. The input parameter is usually the page context (entity in the data view) or the (list of) records selected in a grid or listview. Please check if these input parameters are correctly used when performing the microflow. 

Else, could you elaborate more by sharing some images about what you are trying to do? Thanks!

Regards, Joost

answered