Edit Grid View Not Updating

Hey guys,

i got an issue with UiPaths App´s.

in my app there are 3 different containers with many text-, checkboxes where the user can input data. after inputting all information, the user can parse his inputs into an entity by pressing the blue “+ Hinzufügen”-button. whenever a new record is being created in the entity, the edit grid displays the record immediately. (edit grid´s data source is binded to entity)

few weeks ago i already implemented this workflow into 2 of the 3 containers without any struggle. today i started with the 3rd one.
i got no issues with creating a new record and passing it to the needed entity, but the edit grid of container 3 is not displaying changes like a new record etc.

but if i click any column, the new record is getting loaded in the view.
any idea what i may did wrong here or maybe even how to fix?

thanks in advance!
ivan

edit:

  • i already checked the 2 containers and setted up the 3rd one the exact same way.
  • deleted the whole control and redid all bindings, data source etc.

where is your update rule?

im not even sure if i have one.

on button click event i have a “create entity record” rule.
also in editgrid row edited there is an “update entity record” rule.

how can i force to update the control after a change like new/edited record?

you must write a rule on edit to modify records. please watch below video.

sadly there was nothing in the video what brought any solution.

like already mentioned, a new record is added to the entity. it also updates changes if user decides to edit an item. deleting items also works properly.

issue still is the editgrid, which doesnt show the new record until the user clicks any column in editgrid control. while 2 more editgrid´s on the same page updating the view whenever a record is added or modified into the entity

Got it . so your case will not work as Page is not getting refresh once load in order to do that you must set Data source again to load it.

will try that later. thank you

hey there.

i finally could solve the issue.
One of our processes didnt work properly today, so i had to remove some activities inside our App.
While testing new functions, i accidentally noticed about the refreshing Editgrit.

Button “Hinzufügen” Click Event:

After all struggle, resetting a whole container in “Entity.Projekte” was causing the collission.
But if youre setting the value of a control to nothing/empty/false inidvidually, everything works like its supposed to.

Strangely enough, the other 2 controls with the exact same setup are causing no problems after all:

Hope this may help someone in the future or maybe some UiPath staff will fix this :joy:

Thank you!

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