Hello All,
Hope you are doing good. I hope someone can help me out in tresolving the error i am getting. I am facing an issue while executing a stored procedure using execute sql query action from power automate desktop . Its throwing me syntax error. I have tried query as :- Exec sp_insert2 %CurrentItem[0]%, %CurrentItem[1]%, %CurrentItem[2]% as well as Exec sp_insert2 '%CurrentItem[0]%', '%CurrentItem[1]%', '%CurrentItem[2]%' but i am still getting the syntax error.
Please note i am trying to read the data from excel file and storing it in oracle database. Please find the attached workflow, as well as the stored procedure which i wrote .

