Textbox without surrounding data container.

0
i think i’s a really simple question, but I can’t solve it. I want to have a simple input field for a string which the user should type in. After this he should press a button and a microflow starts and catches the value from the input field and saves it to my global variables. Unfortunatly it’s not possible with a textbox because it needs a data container around. I tried it with a data container but then the next problem occured that from my Homepage I have to provide an object which I don’t have at this time. The object will be created after the user pressed the button.   Any idea how to solve it?
asked
1 answers
0

Hi Martin,

One way you could do this is to use a microflow to open your homepage, which creates the object before passing it to the page you use as your homepage as an input.

e.g.

Change Navigation to use this:

 

answered