All Questions
8 questions
0
votes
1
answer
160
views
Create HTML FormatNumber error Power Automate
I tried to format the HTML Table below for the number
This is the expression that I used:
formatNumber(int(item()?['Trans Amt']), '0,0.00', 'en-us')
However, it gives an error message as below.
The ...
1
vote
1
answer
2k
views
Set Variable to Current Date with Power Automate Desktop
I want to set variable month to be able to get into folder with date number as the folder name (e.g. 24022024).
Now I can do it with set variable and set the value to the specific month like this. But,...
0
votes
1
answer
3k
views
How to send a SQL query output as a mail using PowerAutomate and ADF
I have a task in which i want to send a SQL QUERY OUTPUT as mail body using Power Automate and ADF.
i am creating a Lookup activity in ADF where i am passing my query as:
select * from adventure ...
1
vote
0
answers
4k
views
Use @everyone in power automate
I am new to power automate, I would like to mention @everyone when Keywords are mentioned in MS Teams
I tried but it rendered as text instead of a command that would notify everyone in MS Teams group ...
0
votes
1
answer
273
views
How to update PowerBI dataset when new email is received with Power Automate
how can i make a flow so that when someone send me an email with the updated file attached, the attachment is replaced by the power bi previous dataset.
i had made the flow to save the attachment in ...
0
votes
1
answer
2k
views
PowerAutomate Azure Devops field updated notification
I am able to use power automate and trigger azure devops work item change, work item created options. But I am trying to find if there is a way to retrieve particular work item field, custom field ...
0
votes
2
answers
3k
views
power automate no dynamic content available
In power automate every time when I try to list a table in excel it says no dynamic content available whereas I listed the same table few days back it was working fine , I need solution for this
1
vote
0
answers
316
views
How to create schedule Power Automate getting data from Power BI report
I have a PowerBI report and need to run a Flow that converts the data into a Sharepoint List.
I could create this flow, but the trigger is "When a PowerBI button is clicked".
I would like do ...