Hi,
I have a SQL table and need to sync that data to a SharePoint online library.
SQL table as follows,
| Name | Type 1 | Type 2 | Type 3 | Date | Country |
SharePoint Online library columns as same as above.
I did the Power automate flow development. But the issue is in SharePoint type1, type 2, type 3 are lookup columns from another lists. I'm able to do it for single line text field columns.
Can suggest how to update data to these lookup columns using flow?
Thanks