If I have more than a 1 000 difference combinaison in my filter. It list all of them and when im taking the output in a select statement with the formula : if(equals(item()?['PLANT_NUMBER'], null), '""', concat('"', replace(item()?['PLANT_NUMBER'], ', ', '", "'), '"'))
It will return all of them until a 1 000. Limiting my plant_number possibility.
I need a way to have the district plant_number directly when im calling the : @{triggerBody()?['entity']?['Power BI values']}
Is there a way ?