Form - special parameters to be used in a Microflow

0
Sometimes in a Microflow I need a parameter that is not in the entity/entities. Depending on user input. So I would like to be able to add free parameters to some forms, with the only purpose to use them in a Microflow. Is this possible?
asked
1 answers
0

Gerard

You could accomplish this with a non-persistent entity. Create the entity, give users create and view rights only for records they create (make sure you store the owner for the NPO in the entity configuration) and then create an object in this entity for each user upon login. Then your forms/microflows could access values in this entity as needed.

Mike

answered