Click event not working as expected - uipath apps

Hi All,

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.

Thanks
Shiva

@shivappa.katti1

can you show how you configured…and ideally fi all set values are in sequence then all should happen at once

cheers

Hi @Anil_G

PFA

@shivappa.katti1

may be the dataservice update and reflection in the frontend is taking time…but it should happen in a go with the way you configured

try to reorder the updates to make sure that all entity changes happen in one sequence just to make sure to take care of latency

cheers

I have tried reordering the set values activities. Still its showing latency in showing field values between one field to another fields

@shivappa.katti1

try using a show/hide spinner that would make the page load till spinner stops

cheers

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.