UiPath Apps: VB.net formula does not work

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!

@PeCour

can you show some screenshots that would be helpful

cheers

@Anil_G hope this helps you. I do not have much more to show you. I only use the formula I copied and pasted above (ITEM). And the activity reset values, where I reset the values of Field1 to Field5.

Bug solved by UiPath:
There has been an update to the selection of “reset value” values.
Now it is not possible anymore to bind values with “.value” at the end.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.