Hello Everyone!
I am working on part of cloud flow that queries a PBI dataset and puts those results into an html table and that table into the body of an email. Unfortunately naming conventions of the columns from the PBI dataset are not very user friendly. Any suggestions? I feel like this is an easy fix but I am still getting the hang of cloud flows.
For example:
query column name | what I would like to rename it |
[table2name]BusinessName | Entity name |
[tabl1Name]ContactNuumber | PoC Number |
Thanks!
For anyone who finds this thread, I did fix it. I found this YouTube video extremely helpful - it walks you through the steps. https://youtu.be/ByIt2h5m4S0?si=ZkEKEbgIHvxR0Wq5
Could you possibly show me what you mean, or point me at some documentation? I'm really new to this and flailing around in the dark a bit. When I add a Parse JSON step and set it up like this (using the sample payload option), I still don't get any new dynamic outputs to use in later steps.
Could you possibly show me what you mean, or point me at some documentation? I'm really new to this and flailing around in the dark a bit. When I add a Parse JSON step and set it up like this (using the sample payload option), I still don't get any new dynamic outputs to use in later steps.
I'm not sure what to then choose in the Select step. I've tried all sorts of permutations.
Thank you for your help!
Only if you added a Parse JSON step in between. I prefer using the fx option.
Thanks for replying. Should I be able to pick up the dynamic content from the lightning bolt button? There is none available.
In your select statement you are specifying static strings. You need to reference the dynamic JSON parts instead.
This is exactly what I am trying to do as well. However, I'm not sure what values need to go in the steps. This is the output from the Power BI query:
Here's what I'm putting into the Select step:
But that just gives me this output:
Can anyone point me in the right direction?
Many thanks,
Simon
Don't use body as the source. Use "First table Rows".
Hi @lbendlin
Thanks for responding! I have tried that and when I do I get this same issue whether I pick row/body/first tables row as the "from" there is no field to map to that appears in the pop up menu. Am I missing something very simple? Should I try loading the results into a variable array first? I am pretty stumped here.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1