Hi all!
Introduce input values in an aggregate with a certain type, so that it is possible to introduce both variables and aggregates of different types in the sql query, in a generic way, ie, being able to put conditions in the source tab to choose which table to use, instead of having multiple flows to perform the same sql query.
imagine so, can insert a condition in "Source" such as:
if(condition){
User
}
else{
(Other Table)
}
Instead of:
what do you think?