Hi,
I'm wondering if it is possible to bulk update a field within a table in MS Access, using values from a field within a Collection in BP?
I'm also wondering how the Syntax for that looks.
I use the Action - Get Collection within the OLEDB object to run a Select query to pull the information back.
Once a process has been ran and values in my collection are updated, I want to use this collection to update the Table in the DB.
For example-
Table1
ID / Owner/ Task ID/ Status
1 / Joe      /45       / PendingÂ
2 / Alan   /46       / Pending
3Â / Mellisa/ 47Â Â Â Â Â / Pending
Â
BP Collection-
[Results]
ID / Owner/ Task ID/ Status
1 / Joe      /45       / Successful
2 / Alan   /46       / Exception
3Â / Mellisa/ 47Â Â Â Â Â / Successful
Â
I want to update Table1's Status field with the values from [Results.Status]
Â
For those that want some more Context.
The operation are going to be posting records onto a SharePoint, ready for the robot to data scrape and contact the customer, where possible.
I am unable to use any of the SharePoint APIs due to restrictions
I have created a Linked Table within MS Access that will update the SharePoint.