Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Created a file from the triger for selected item - documents are blank

(0) ShareShare
ReportReport
Posted on by

hello,

 

I need to create item when a user add a file from the trigger for a selected item. Everyting works fine but when i want to open the document created its content is blank.

 

 

ALP1_1-1620168512668.png

For the action create file, the expression i used to obtain the name of the file i have input is 

string(triggerBody()?['file']?['name'])

and for file content is 
string(triggerBody()?['file']?['contentBytes'])
I don' t understand what i'm missing
  • alrezac Profile Picture
    on at
    Re: Created a file from the triger for selected item - documents are blank

    Hi,

     

    Thanks for your follow up message! I am glad that you were able to resolve your issue here. Remember to set the answer for this thread to help future users with similar issues in the future.

     

    Regards,

     

    Alex

     

    -------

     

    Community Support Team _ Alex Rezac
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • Verified answer
    Community Power Platform Member Profile Picture
    on at
    Re: Created a file from the triger for selected item - documents are blank

    Find the answer.

    I forgot to add base64ToBinary.

     

    base64ToBinary(triggerBody()?['file']?['contentBytes'])

     

    It works now

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1