Inline Code in Power Automate

preview_player
Показать описание
JavaScript code inside Power Automate?

Yes, we can!

Watch this video to learn how to build the simplest possible Azure Function that will bring inline code execution to your flows! The possibilities are endless - regular expressions, recursive functions, math operations, and much more.

0:00 Inline Code is a reality
1:20 Old style parsing demo
5:58 Azure Function helper
8:04 JavaScript in Power Automate
11:04 Fibonacci in flow
12:30 Where to next?
Рекомендации по теме
Комментарии
Автор

Please don't ever, under any circumstances, do this in "real" enterprise Flows. It has Injection Exploit written all over it. I doubt very much Power Automate is sanitizing the variable being inserted into that dynamic JavaScript, because it isn't designed for that purpose.

Tony-dprl