Hi!
I hope someone can help me with this:
I am importing data from an Azure runbook into PowerApps by using Power Automate. The output i get looks like this:
Header1,Header2,Header3,Header4
Value1,Value2,Value3,Value4 ...and so on
Now I need it to be formatted as a table to be able to present it in a nice way.
I've been trying to use the Split function but I wont get it in the way I want.
Any Ideas?