Hi All,
In my app I use an edit grid and I want to update the selected item.
How to select the record ID of the selected row? And how to bind the entity fields?
It really differs from VB.Apps and I can’t find any documentation.
thank you!
First thing you dont need to get the record again as you would have that record available in variables
click on volume kind of icon which will give option to select variables where you can select the edit grid from your app page and link whatever data you need
Also if you dont see anything under selecteditem first run the app once and then you would be able to see the column properties you need
Hope this helps
cheers
Hi @PeCour
Use the Edit Grid SelectedItem binding to get the selected row, access the record ID with EditGrid.SelectedItem.Id, and bind entity fields using EditGrid.SelectedItem.FieldName when updating the entity record
For more:
Happy Automation
@PeCour
feel free to get in touch via our alternate channels
when the questions are related to the approach of building apps in studio web: in such case we would implement the different xamls for the different events / bindings …
Hi @prashant1603765, thank you but this is the vb Apps approach and not studio web app