Hi , i have few flows running, which moves data from sharepoint lists to sql, i have imported all the data into sql using those flows, unfortunately i missed out few columns that need to be in sql from sharepoint, how can i update my sql rows with the new column
i have a primary key in sharepoint and sql - (sqlid ) , can i map this and create a flow to bring the new column data? if yes which flow should i use.
second part , on my sharepoint list i have a column called activity startdate which is datetime, but unfortunately when i tried samedatatype on sql , it is returining me an error , do you know which datatype do i need to use to extractdatetime from sharepoint to sql
I'm so sorry, thats my fault, i checked my primary keys that's the issue.
Hi, Thanks for your response, when i tried to update the rows it is throwing me an error
not sure if my flow is right or wrong, could you please help me to get this
id is my primary key, where id in sharepoint = id in sql
Time is working for me , i appreciate that
@GMkk1 ,Try the Update row (V2) action providing Primary key.
Follow this
Using SQL server update rows action with uniqueidentifier as a primary key - Microsoft Q&A
Try converting SP date to UTC
convertToUtc(items('Apply_to_each')?['Created'], 'GMT Standard Time')
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492