python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Extract exact error message from Azure Logic Apps
I am new to Logic Apps, trying to catch an error message. Had a look at this but didn't work.
Actually, I am trying to insert a record in Dynamics and catch the error if it fails. I am passing the fol...
sam
Votes: 0
Answers: 2
Fetch value from SharePoint JSON output
I am getting below JSON object from a Sharepoint list. How can I get the value for Company in the Data operation ( select) for logic apps. I did item()['Company']?['Value'] and it is not working. Any ...
Andrew D
Votes: 0
Answers: 1
How to create a Case function that branches based off a searched substring?
I am trying to apply the following logic in Azure Logic App.
if (contains(inputText, "test1")):
do action 1
elseif (contains(inputText, "test2")):
do action 2
elseif (con...
J. Doe
Votes: 0
Answers: 1
How to convert an image stored in azure blob storage to base 64 using adf or logicaapp
I need to convert an image .png/.jpg files to base64 using adf or logicapp
New to azure..I need to convert an image .png/.jpg files to base64 and need to save the values in azure SQL database
Divya
Votes: 0
Answers: 1