
Announcements
I am now trying to retrieve a record from Azure SQL database. If it exists, I will do update command otherwise I will do insert. Just simple workflow as below
My condition code empty(outputs('Get_row_(V2)')?['body/opportunityid']).
If a record is already exists in my Azure database, it successfully update my record. But the insert is not working because of 404 return. How can I handle 404? I surfed the internet and most of them said Length() or Empty() must be used. I tried both but not work.
Please help.