I'm using Get_Flow action in order to get the flow definition, it seems that the format of this definition is JSON

My desire is to customise this JSON and change what it must change, and then create another flow with the new customised flow definition

Question: how can I customise that JSON in Power Automate ?

有帮助吗?

解决方案

If you have the JSON schema for the JSON you want to customize, you can use the "Parse JSON" action to give you a strongly typed interface in the Flow designer. To generate a modified version you'll need to use a combination of the "Compose" Action, and the setProperty function in the expression. Creating a Flow to create a Flow is not going to be a simple process, you will probably have to go through a lot of trial and error.

许可以下: CC-BY-SA归因
scroll top