Issue with using parameter in native profile

2
Hi Everyone, I am using nanoflow in a button where I have used persistable entity input parameter in a sub microflow call, but this is not supporting in mendix version 8.12.1 Is there any workaround for this? Please check the below error!  
asked
1 answers
3

No there is no workaround. It's just not possible to use persistable entities in a microflow call from a nanoflow. You will either need to use a non-persistent object, or primitive values as parameters.

answered