I'm trying to build a flow that extracts values from a excel cel that's the bases for a Prompt in a PowerBI paginated report.
In excel the column CustomerNumber holds values like:
To handle the MULTIPLE value prompt in PowerBI Report Builder
The output should be:
[
{
"name": "CustomerNbr",
"value": "1050"
},
{
"name": "CustomerNbr",
"value": "1051"
},
]
How to achieve this in Power Automate?