How to access the passed data view?

0
I checked "pass entity" in the microflow button as I need to pass an attribute from one form to another but I cannot figure out how to access in the microflow (to do some additional checks) and pass it further.
asked
1 answers
0

Michael

In your microflow, add a Parameter object. Define the kind of object that is being passed in - the entity - then you can refer to the parameter throughout the microflow by the name you give it.

Mike

answered