I have a PowerBI dashboard that uses the CONCATENATEX function to string together multiple IDs using commas. Example:
123
345
567
becomes 123, 345, 567
I am passing the concatenated list into PowerApps and then into Flow, which uses the concatenated list to execute a stored procedure to insert records into SQL.
In the PowerApp I created a label to display the concatenated list and it displays fine. The issue is that Flow passes through to SQL 123345567 instead of 123, 345, 567. Does anyone know the cause of this and a solution?
Solved! Go to Solution.
Hi @Anonymous,
Could you please share a screenshot of the configuration of your flow?
Please share more details so we would try to provide a proper workaround for you.
Best regards,
Alice