Hi,
I am dealing with an issue and I don't know how to solve it.
So, I am going to explain my problem.
I would like to use a dynamic option file base on a value from my data. I give you an example to be more clear. You can also look up to the worflow's example in the attachment.
So, I have differents products name with their quantity, and according to the maximum of the quantity, independently of the product name, I will have a specific output file.
If the quantity maximum is according to Product A, then I should have an 'csv' file, if it's the Product B, it would be a 'xlsx' file and so one.
I am stuck about the last step to give this value (the file's type) in the output option.
It's something I have to face with it multiple type, that is do some manipulation to get a specific value and then use it as variable.
This example could be apply with multiple other case, like desactive/Activate container, Detour worflow, based on a variable determated by data manipulation.
Thank you for you're help.