Azure Logic App: Gmail action with C# / Javascript code to read gmail email and make an external API call
I’m trying to read the email content on gmail trigger on Azure Logic app and using that trying to make an external API call.
Reading values bassed on environment standard logic apps
I am trying to read variable values based on environment in workflow.json. I have a value configured in App settings of standard logic app which is env and this variable will have a value dev, stag or prod based on environments. I need to read the below variable values based on environments and right now I am using @{variables('_Uri')[@appsettings('env')]['G1']}
to do that. For some reason, this is not working. I am new to logic apps and trying to learn, would need help with this. Thank you!
Logic App upload big file to Blob fails with cannot write more bytes to the buffer
Hi have a HTTP request that downloads a document from an API. This works for documents smaller than the default 105 MB but obviously hits a snag with bigger documents. It is set to chunked but it looks like despite that setting, the 105 MB is hardcoded?
Logic App to copy outlook attachment to Azure Blob Storage
I am creating one logic app and integrating with outlook mail account and Azure blob storage.