My flow works flawlessly and I get the dictionary response clear:
However, when I try to get that response, it clearly states to me that the variable is not a Record, as expected, but a Boolean value.
I got no idea what can be wrong in this case.
Solved! Go to Solution.
Problem Solved:
Be aware while you are generating your Response Body JSON Schema from Sample:
If your example outcome doesn't contain any data from some specific columns, the generated content should be modified manually to include them:
i.e
As my example didn't contain any data from those columns, the type parameter wasn't specified. And the response couldn't be retrieved.
PS: Also check all the column types automatically assigned, Generating from Sample Function may also define them wrong based on the outcomes from your sample
Problem Solved:
Be aware while you are generating your Response Body JSON Schema from Sample:
If your example outcome doesn't contain any data from some specific columns, the generated content should be modified manually to include them:
i.e
As my example didn't contain any data from those columns, the type parameter wasn't specified. And the response couldn't be retrieved.
PS: Also check all the column types automatically assigned, Generating from Sample Function may also define them wrong based on the outcomes from your sample