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