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:14 Old style parsing demo
5:52 Azure Function helper
7:58 JavaScript in Power Automate
10:56 Fibonacci in flow
12:22 Where to next?
Рекомендации по теме
Комментарии
Автор

I was searching for native interface for about a month. Finally I am answered Thank you!

Balumallisetty
Автор

This approach is great, thank you for sharing.

robdata_YT
Автор

The problem is everything of those cost money (automate premium and azure functions). As an individual, it is not a big problem, however, it is a big problem in a big company and that is the reason why the Microsoft 365 / azure admin put restrictions to stop using those services, even if the cost is just a few bucks.
And for the developer that has experience coding, it is easy to simply rent a VPS and put the services there because it is easiest to ask for funds knowing the cost rather than pay-per-use.

engd
Автор

Thx you a lot guys big time save and well explanation

frenamakenson
Автор

I know this is old but can I execute a headless browser using JavaScript from Power Automate?

jeff
Автор

Using node is highly insecure... You're letting people have access to the file system. You should at the very least use a sandbox like Sval. Does beg the question though, why isn't this available in PA lol

Sancarn