How can I put a solution to this error? CE6897 Parameter Signature is a persistable entity, which is not allowed in a microflow called from a nanoflow on pages that are accesible throught a native profile

0
Hello Experts   I want do a call of microflow in a nanoflow but my project have a conflict with the entities 
asked
1 answers
1

Basically you can only  pass primitive values and non-persistent entities to a microflow call from a nanoflow. 

https://docs.mendix.com/refguide/microflow-call/#argument

Add the parameters you wish to add separately, or create a NP and copy the data into it.

answered