79167421

Date: 2024-11-07 17:08:22
Score: 1.5
Natty:
Report link

We can have a workaround for this. 1.To iterate, use ForAll function in PowerApps. 2.Get the data table entries into a collection 2.1 Have an invisible gallery who's item property is set to your datatable 2.2 Have a button and set it's OnSelect property as ClearCollect(yourcolname,gallery.allitems) 2.3 Now you have your collection 2.4 Use ForAll(yourcolname,Patch(destinationtable,Defaults(destinationtable),{columntoupdate:yourcolfieldname.value}))

Hope this solves!

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Seema_A