Form update on button click inside form

Welcome to the UiPath Community @Pavan_Kumar_A

Surely yes

Just add the advanced logic using javascript on that text box and trigger it with the button click

  1. Use the button component and change the type to click
  2. Add the advanced logic for the last textbox which will have the logic that checks the button was clicked
  3. And the logic should be of value type and returns the value of the addition of the three data fields.

Accessing data fields can be accessed in javascript editor using data.fieldKey

Hope this helps.

There’s a tutorial on using the advanced condition using javascript, this might help a bit too

UiPath Form - Advanced Condition using Javascript

Happy Automation!

1 Like