Good afternoon,
To use a value retrieved from one pulldata() operation as the key for another pulldata() ?
Thanks
Hi Jose - can you give a bit more information? Is this to pull from a CSV file?
Perhaps share your Excel file if possible to help us assist you...
Hi @DeonLengton ,
I was looking from a way to pull data from a hosted feature table that I am using as a lookup table form a field that was the result of a calculation.
I did it like that, declaring concat_text as:
text | concat_text | concat_text |
concat("Activity_Type='", ${ACTIVITY_TYPE}, "'")
and using this value later in a pulldata.
Thanks
It should work if you add some type of relevant so that the second pulldata does not fire until the first one is filled out.