how to use “contains” to Check whether a collection has a date in json .Return true when item is found or return false when not found in power automte
if(
contains(items(‘Apply_to_each’), ‘startDate’),
substring(items(‘Apply_to_each’)[‘startDate’],0,10),
null
)
How to write Power Fx syntax to combine 2 tables with same column names into one by adding rows?
I am new to Power Automate, and I’m tring to get html tables in a .jsp website with too many pages. And I want to combine all the tables in a loop, then save it to excel.
Power Automate flow to save excel file individually from AI Builder document processing
I am new to Power Automate and would like to ask some queries about it. I have worked on my test environment to run automation using Power Automate to extract data from PDF documents and save the extracted data to Excel. My question is, what is the proper procedure in Power Automate to execute the flow and save the extracted data into individual Excel files?
How can I upload files to Teams sharepoint channels based on Filenames?
I want to be able to upload files to Teams Sharepoint sites via PowerAutomate/Python or something similar.
Having trouble with Conditioning for Overdue tasks Power Automate
[Code for getting Today’s Date] (https://i.stack.imgur.com/85hcL.png)
“Add row into table” in Power Automate is being inconsistent
Sometimes this flow correctly appends the rows from my SharePoint list to the newly created excel file, sometimes it doesn’t. The only way I can force it to append to the new excel file is by deleting ‘Add a row into a table’ and readding it, there must be another way. Any help would be appreciated, thanks!
Get Items