Hello I am currently trying to update a powerbi dashboard with an excel sheet of data. What I am doing is taking the last row that was added to the xcel sheet and applying it to the powerbi API dataset. However, it wont work since the "Compose" action is an object and not an array.

I tried using the "split" command to split the object into an array but it only works for strings.

The big question, how do I turn an object into an array? I do not use powerbi desktop app btw, this is all in power automate and the powerbi.coms doing.
Thanks,