Would inline code in Logic App workflows not be a more cost/performance-effective than our Regex Translation component? #246
Unanswered
stijnmoreels
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
A valid question since this component was from before the javascript was available in Logic App Consumption. For simple regex translations I would indeed use the inline code. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if there would be scenarios if where running some inline code in your Logic App workflow would be a better alternative than using a constantly running an Azure Function and linked Azure Table for simple regular expression translations.
https://learn.microsoft.com/en-us/azure/logic-apps/add-run-javascript?tabs=consumption
Beta Was this translation helpful? Give feedback.
All reactions