Hi! I read it isn´t possible to create an any type variable in a process. This is my use case, I hope you can help me:
I need to pass a process an array of cdt, but it could be different types of cdt, and the process, depending of the cdt type writes on a different table.
Any idea is welcomed, thanks!
Discussion posts and replies are publicly visible
You can create a process variable of type datasubset, save the values to this process variable and cast it to of required cdt type based on your need
This is a 3-month-old post. And we have a better data type now - a!map()
Can you please explain more about this.
Use maps to store dynamic data in process variables.