I have a SharePoint list with Item# and I need to go thru each Sharepoint Record and compare the Item# with the SQL db and then get the Item Description from the SQL db and update the sharepoint record.
Manual Trigger
Get Sharepoint List (Get Items)
Appl To each > Value
Get row of SQL db where Item# matches Item#SQL
Update Sharepoint record with Item Description from SQL
I can't seem to get this to work.
Thanks for any assistance.