Skip to content

[Enhancement] Support to generate JSON output for the bound/unbound action for Power Automate cloud flows #34

@LinnZawWin

Description

@LinnZawWin

As mentioned in my blog post, calling bound/unbound actions from Power Automate cloud flows can be tricky and sometimes, it requires passing through the action parameters in JSON payloads like the ones below.

It can be quite tricky to figure out the correct JSON format without documentation and without knowing the schema of the input data types. It would be great if the tool could support Power Automate JSON output for action, custom API, etc.

{
	"@@odata.type": "Microsoft.Dynamics.CRM.email",
	"email_activity_parties": [{
		"[email protected]": "contacts(8da6e5b9-88df-e311-b8e5-6c3be5a8b200)",
		"participationtypemask": 2
	}]
}
{
  "OpportunityClose": {
    "[email protected]": "opportunities(be0d0283-5bf2-e311-945f-6c3be5a8dd64)",
    "actualrevenue": 10000000,
    "statuscode": 2,
    "actualend": "2021-05-10T12:00:00Z",
    "description": "Test Opportunity Close"
  },
  "Status": 3
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions