I want to create a flow that gets a list item when it's created, map and/or format the list items so I can pass all of the fields into an HTTP POST. Is this possible? I'm trying the flow below and keep getting "The 'from' property value in the 'select' action inputs is of type 'Object'. The value must be an array.". Any thoughts? Thanks in advance!
Hello @cgreenmzr ,
the 'Select' action expects an array as the input = multiple items in this case, but you've got just a single item. If it's a single item you can build the object directly in the 'Compose' action.
{
"Key1": "Value1",
"Key2": "Value2",
...
}
Thanks @tom_riha ! You pointed me the right direction with using the 'Compose' action. I think my answer was even simpler than that what you provided.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
30 | |
29 | |
29 | |
21 | |
11 |