Hi,
I am trying to develop a dynamic filter macro in which both the condition and column name has to be dynamic.
The values are populating dynamically based on the control parameter but the column name also has to be chosen on the flow so I tried to use a drop down box from input to select the column name and give it to filter but it is not working.
P.S: The macro output should be zero because the conditions will be given in workflow but the values are populating in macro itself !!!
Is there any other way to give the column name dynamically rather than hardcoding 😅