I have button created in UiPath app. Event for the button is configured with some set values. in set values i am setting values from data service field to app fields. Issue i am facing here is, as soon as i clicked on the button, after one click all the values are not getting populated. for first click its populating few values , for second click few values and for thrid click few values. Did anyone faced such issues kindly let me know.
My workaround this (it’s loading too fast) is to add Message with random text (like “Updating your data”) after input. I found Spinner wouldn’t do it, since it’s a quick loading issue.