Input box with microflow and non persistable entity

0
Hello,  I want to use an input box where the user could write numbers into that. After he filled the input box he should clicking on a call microflow button. The input will be used to call an specific rest call. But the problem is, the input box should be inside a data view, a list view, or a data grid and the entity is non persistable.  How can I do that? Here some screenshots:     Thanks for all.   
asked
1 answers
0

Hi Ron,

Since its a Non-Persistable entity, you should use microflow as the datasource and create an object of your entity type and pass it to the page as parameter.

-Shekhar

answered