Hi,
I have a flow which queries Power BI dataset, returns a single row (date) and then composes a Teams message with that row data.
However, no matter what I tried, it always adds the query result header and some metadata, which I don't want.
I want it to return only the value itself, without header or title or [].
For example, if the current message is:
I want it to only say "The IO report inputs for 20-DEC-2024" were updated by all divisions".
How can I achieve this?
This is the whole workflow:
This is the query:
and this is the message composition: