Input Box useing value in microflow

0
Hello,    is it possible to use an input box without any entity. I want that an user can tip in an specific number and after he clicked on a button the input field will be  read and could be used in an rest call. Is that possible? I don’t know how?    Best regards 
asked
1 answers
0

Yes, you have non persistent objects for that. They only live at client side and do not end up in the database. So just create that non persistent object and pass that to the user so the person can enter the value. In the microflow afterwards you pass this object so you can use it in the REST service.

Regards,

Ronald

 

answered