Eggington
Eggington2mo ago

Type Error in Flow Dynamic Inputs

I have created a flow that iterates through an array of inputs where each input is an object with 3 fields - all of which are strings. Functionally, the flow is working perfectly. However, when I am in the flow editor, under the step input view, my inputs are giving a type error implying that the iter.value is a string, when in my case it is an object. Is there a way to define the type of the iter.value or am I missing something that is causing this type error?
No description
No description
3 Replies
rubenf
rubenf2mo ago
test your flow, the value will be set it can't be known before you test your flow and feed the inputs to the editor automatically it's not ideal I reckon
Eggington
EggingtonOP2mo ago
The flow works, it was just alarming going back to the editor and seeing the error. So this type error is to be ignored in this case? there is no way to define iter.value as any specific type other than string?
rubenf
rubenf2mo ago
(also this is just the editor complaining, it doesn't matter)

Did you find this page helpful?