Αναζήτηση Power Automate

Αναζήτηση

Power Automate return undefined

Κοινότητα

Hi everyone!    Why Power ultimate return 'undefined'? if I execute Alert(result) if it shows me the value I don't understand why Power Automate doesn't store the result of the JavaS...

Re: populate a word template

Κοινότητα

@MarconettiMarco i got one row means one invoice populated on the word file.   each row contains of one invoice.

Re: populate a word template

Κοινότητα

ok @Khan321 , if from the "List rows present in a table" action you got only one row, it means the flow is working properly.   BR, Marco

Re: populate a word template

Κοινότητα

ok, in the last run how many excel rows have you got?

Re: Remove all spaces from string

Κοινότητα

In Replace text action,   Enable the option "Use regular expressions for find and replace" and then in text to find use \s This will remove all the space in your text and replace with the r...

Re: Incoming: New and Improved Badges!

Κοινότητα

Ficou muito legal, parabens pela idéia dos selos

Re: populate a word template

Κοινότητα

@MarconettiMarco  nothing appears there. 🙂   thank you for all your time   BR  Naji

Re: populate a word template

Κοινότητα

Hi @Khan321 , np!   In the File Content field, search for "Microsoft" into the dynamics value like the following screen:     BR, Marco

Re: How to cut the file format from the file name (x-ms-file-name-encoded)?

Κοινότητα

Dear Marco, Thank you for the quick help - worked out perfectly. Best regards

Re: Condition with Onedrive

Κοινότητα

The Output, is the Name of the File, correctly writed... But then, the condition does not work on it.   Best Regards Gauthier

Re: Training failed and the model cannot be used

Κοινότητα

So for the giggles I made a new automation with the same PDFS and it still failed the same way.  This still somewhat odd.  I am going to try going column by column and see at what point to ...

Data Table - Power Automate Desktop

Κοινότητα

Hi genius,   Please assist me in resolving this. I have a data table like the one below. This table is derived from SQL. I need to know how many columns there are and how many rows there are. ...

Re: Flow to automate vacation request forms with approvals

Κοινότητα

Hello @ajelder011 you can use the Approval connector that automatically sends an email containing “Approve”, “Reject” buttons and “Comments” field.  The approver can perform the action fro...

Re: Make find on webpage case insensitive

Κοινότητα

We are selecting a Table on the UI, and displaying it's text. We then loop through this text until it meets the input condition; this is the part which is case sensitive. When it is found, it clicks ...

Power Automate - nur bestimmten Mail Anhang in Sharepoint speichern

Κοινότητα

Ein Zuschauer fragte zu einem anderen Video, wie man es mit Power Automate erreicht, nur bestimmte Dateianhänge einer Mail zu speichern. Das ist ein schönes Beispiel um sich mal ein JSON anzusch...

Re: Sharepoint list auto export to excel

Κοινότητα

@santee that is normal behaviour with multi-selection columns. To follow my approach, try these steps:   Right after the trigger, initialize the string variable varAnalysts. In the Get ...

Re: Flow Assistance: When an item is deleted

Κοινότητα

Here is what I recommend doing. Control the deletion of the object using a Power Apps gallery. Next to the records, create a Remove/Delete button.    Example List1 contains all your dat...

Re: Convert Time Zone gives unusual results - but only sometimes?

Κοινότητα

thanks! i had it as a separate compose on the off chance that i might end up doing multiple conversions, but, i guess it doesn't matter either way because i'd still have 2 convert time zone functions...

Re: Unable to Turn on Flow

Κοινότητα

This solution worked perfectly for me. I made no other changes - just did a "Save As..." with a different name and it worked. I still wonder what happened - my flow has been in place for years withou...

Permissions needed for Service account to access OneDrive folders of other users

Κοινότητα

Hello, I am new to Power Automate and just getting started. I have a requirement to monitor a particular OneDrive folder of multiple users and move a newly created file to a different centralized loc...

Re: Convert Time Zone gives unusual results - but only sometimes?

Κοινότητα

Hi @Seuadr   😊 An additional date-time conversion would be one cause of the issue.  Just put the original UNIX timestamp without additional conversions.  addSeconds('19...

Re: How to execute Power Automate Desktop flow via command line?

Κοινότητα

does it require a premium version?

Changing Date Format

Κοινότητα

What would be the best way to change the date format in a SharePoint list from MMDDYY to MM/DD/YY. Basically I just need a flow to add a "/" between characters 2/3 and 4/5 and update the item. I look...

Re: Create flow from Excel and adding image/table

Κοινότητα

Hi there,   Awesome solution! I am afraid I had to make an visulaisation using conditional formatting and a drop down box and have run into problems.   I implemented a variation based o...

Flow is sending emails twice

Κοινότητα

Dear Team,   I have a little issue with this flow:        It's actually sending the same message twice and i can't understand why. I have checked several times ev...