Hello Together,
I have the following error: We have an App with 5 textfields.
And then the have a button with the formula to add these 5 textfields to a variable (ITEM).
ITEM =
MainPage.Field1.Value.ToString+“;” +MainPage.Field2.Value.ToString +“;”+MainPage.Field3.Value.ToString +“;”+ MainPage.Field4.Value.ToString +“;” + MainPage.Field5.Value.ToString+ “;”+ “\” + environment.NewLine + ITEM
This works.
Now, I add the rule “Reset Values” to the Button.
My aim is that the input fields are empty after adding an ITEM. By that we create a sequence of items in a text variable, which we decipher in the following process. We do that since we can’t build a datatable in UiPath Apps and pass on the datatable to the process.
Once, I add “Reset Values” the first position is added to ITEM.
But when I enter the input fields again and click on the button → No second position is added to ITEM. The formula does not work anymore.
Any ideas? More information required?
Thank you!
