Hi Team,
I want to adjust the container height and weight based on some actions in UiPath apps. How can I achieve this via an app variable? or Is there any method available to do this?
In addition to that, I want to calculate the field completion on the page at 100%, like a progress bar.
As of now size does not support variables…so changing dynamically is not possible I believe
For progress bar…you can try mapping each binding value to check if filled or not and add some number to make the end number as 100 and display it…use create rule to add numbers for eqch value binding value…use isnull to check if filled or not
You will need to use the Send Interim Result activity. Note: This makes use of an Attended process you have to design separately. Check it out and see if you can make it work for your use-case.