Scripted Flow Action not accepting Array.Object

Sean W1
Tera Expert

Hi all,

I've got an action working perfectly from a Flow. This Flow runs when a user changes data in a table, using the changed data trigger. The action accepts the "Changed Fields" object, which has this structure:

SeanW1_0-1720555978249.png

I'm attempting to run the Flow Action through a script. I've formatted the input object identically to the one above, but the Flow Action never gets the array. The input is set to be an Array.Object. 

 

I've created this test action, which is configured the same way. And it also will not accept an array of objects:

SeanW1_1-1720556574538.png

Here's what I see in the execution details when I run it through the script:

SeanW1_2-1720556624301.png

And here's the script I'm using:

SeanW1_4-1720556767502.png

The odd thing is that, regardless of how I format the array of objects, it won't accept them. If I pass a simple array, it'll see it. Any help you can offer would be greatly appreciated. Thanks!

 

1 ACCEPTED SOLUTION

Sean W1
Tera Expert

Just in case someone else has the same issue, I had to define a structure within the input that matched the data structure of what I was submitting. Once I did that, it worked like a charm.

View solution in original post

1 REPLY 1

Sean W1
Tera Expert

Just in case someone else has the same issue, I had to define a structure within the input that matched the data structure of what I was submitting. Once I did that, it worked like a charm.