I have a Employee Data Gallery which is using collection as a datasource, the collection belongs to a Dataverse table , whenever i select any item from that gallery i am moving onto the edit form. The issue i am facing is that after Submitting the edit form the Employee Data Gallery is not getting updated as the collection hasnt been updated. Updation took place only at the datasource.
I tried using UpdateIf() to update the Collection , but as my table is a Dataverse table , its giving issues.
Any other way through which i can update the collection as soon as i update the datasource using SubmitForm()
#Issue2
Just wanted to ask something ,
While using patch , if i am updating a choice column with the data selected from a comboBox, How would the Patch function look like ?