Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on June 8, 2022 1:23PM
Likes: 0
Replies: 1
Hello,
I would like to know if it is possible to create a list as a Project variable and to use the different items of this list later in a recipe. For example, if we want to filter a dataset and keep only the ID which are in the list we defined in the Project variables section.
Hi @Alexandre78
,
You can indeed create JSON objects in project variables, including arrays. In order to interpret the variable as a list, you do need to either use the formula language or Python in order to interpret it as a list and not a string.
Here's an example using the formula language to filter a column based on a list of values. Similar logic can be applied anywhere you can apply the formula language or in a Python recipe. Here's a list of order ids defined in project variables:
And how to use the array functions from the formula language to apply to the variable:
I hope that information is helpful. If you have any questions, feel free to attach some screenshots of your specific use case so that we can provide more specific context.
Thanks,
Sarina