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!
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.
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",
...
}
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1