
JeremyJ.88632 (Customer) asked a question.
I have a flow with a repeat card and an associated helper workflow. The helper has 7 inputs. When the parent flow runs, it shows that it is passing the info into the repeat, however, the helper flows does not show any of that data.

Hello @JeremyJ.88632 (Customer) Thank you for reacting out to our Community!
We are aware of this issue and this is currently being worked by our engineering team, however we have no ETA on when the fix will be released.
In the mean time a workaround is to use a Text - Random card to generate a string of the desired length. Split that, then use one of the other List iterator cards, depending on what you are trying to do.
Community members help others by clicking Like or Select as Best on responses. Try it today.
@JeremyJ.88632 (Customer) - Can you provide context of why you are using Repeat? For example provide a screenshot / example of what you are doing, and what "good" results would look like.
What you are attempting to do can likely be done a different way. For example:
This will run "Length" value of times in the For each. Since it spliting a string on the "space between letters" making a list of the specific length. You can then pass in the values you want to the defined fields on the Helper. It will process those static values X times.