This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
h.set is not a function #231
wajidkhanp
started this conversation in
Defect
Replies: 3 comments 2 replies
-
Hey, @wajidkhanp are you trying to do the variable assignment using the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am not assigning variables using the |
Beta Was this translation helpful? Give feedback.
2 replies
-
This issue is resolved now and we are good to close this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having a simple flow where I am creating a list of data and using forEach on this list.
I assign data from list to a variable string of my API
when I run the flow, I see this
h.set is not a function
in the error and my API is not getting executed.if I remove variable assignment in my API then I see my API getting executed number of items in the list but failing as variable in the API is not assigned with a value.
Screen.Recording.2022-01-25.at.6.46.05.PM.mov
Is this a bug or am I using flow constructs incorrectly ?
Beta Was this translation helpful? Give feedback.
All reactions