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?

