This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
Is there a way to use variables within evaluate FQL? #433
redheaddev
started this conversation in
Ideas
Replies: 2 comments
-
I'm also looking for that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
a similar note is to use a variable within the context of evaluate block. |
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'd like to be able and filter incoming data for a specific value stored in a variable.
example FQL: data[id=parentId]
data = variable data from prior step
id = attribute on data object
parentId = variable set at earlier step in flow
Note: If I substitute parentid with a string literal like "1234" the query returns data.
In summary, is there a way to use the parentId token in FQL?
Beta Was this translation helpful? Give feedback.
All reactions