Hi,
So I'm trying to build a flow and without going to specifics, I kept on getting a failure when I was using the outputs of a filter array as dynamic content.
A value must be provided for item.
clientRequestId: 2951a598-e1de-4d6e-ab62-4437f406f49e
Now, I'm pretty new when it comes to Power Automate, so thinking that I must be doing something wrong I decided to test some static content, so manually wrote a JSON array:
{
"Question":"What is your favourite colour",
"Response":"Blue. Wait green..",
"Answer":"Argghh"
}
The flow succeeded this time, which is good, but it cut off the last item:
What am I doing wrong?
For reference, I am trying to add a row to an excel table
Are you able to post some screenshots of your flow and inputs, etc.?
What do you have for your Filter array (input, values)?
Filter array needs to take an array as input, but you just have a single object.
{
"Question":"What is your favourite colour",
"Response":"Blue. Wait green..",
"Answer":"Argghh"
}
Hey Grant, thanks your reply.
I actually ended up deleting the flow and starting again, and have gotten past that stage now - I think it was an issue with how I was either parsing or creating the JSON.
I'm onto another problem, which is that in my JSON I have a nested array, and I'm trying to use the nested array to populate a nested repeating section in a word doc template - but as I research it I'm coming to conclusion that it's simply not possible.
I'm onto a completely un-related task now, but if I get the chance to I will make a new post!
User | Count |
---|---|
93 | |
45 | |
21 | |
20 | |
16 |
User | Count |
---|---|
136 | |
56 | |
46 | |
36 | |
26 |