web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How to select the last...
Power Automate
Unanswered

How to select the last line of a text content ?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi there I cannot figure out how to extract the last line of a text content, anyone knows how to solve this please?

I've tried to use the last() formula

Flow-lastline.png

but it fails because file content is type of Object instead of table/string ...2018-01-04 12 06 26.png

 

 

 

Categories:
I have the same question (0)
  • v-yamao-msft Profile Picture
    Microsoft Employee on at

    Hi Loic,

     

    The error message says that the function last expects an array, however, the return value of action “Get file content” is binary.


    Please consider using the actions of Variables to convert the return value of Get file content to an array.


    In the action Set variable, use the function createarray to create an array from the parameters.

    3.PNG

     

    Please take this for a reference. Please feel free reply if you need more help.

     

    Best regards,
    Mabel Mao

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi Mabel Mao thank you for your reply. I tried yout suggestion but last function still send me the whole array instead of the last line. Did I missed something ?2018-01-22 11 09 58.png

     

    2018-01-22 11 11 11.png

     

  • v-micsh-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

     

    You didn't miss anything.

    What Mabel means is that first you should build an array for your Text content.

    If there is no array, then the whole Text content would be considered as a single string.

    To create an array for each line, we could workaround this with the Split() function.

    For example:

    split('a;b;c',';')

    This would return the following Array:

    ["a", "b", "c"]

    Please consider add a separator at the end of each line, make sure this character is different from characters within the Text content.

    Then you should be able to use the Last function to get the Last line.

     

    Regards,

    Michael

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    HI @v-micsh-msft and @v-yamao-msft, I thought this was the goal of the CreateArray(outputs('compose')) formula .... What if I can t add a separator in the input file ? Can I split file on CR/LF séparator ? maybe \n\r ??

    Seems to me there should be a built-in formula or activity that transform file content to array, especially if Flow is designed for non developpers people...

    Regards, 

    Loïc

  • v-micsh-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

     

    To Split the New line, you may take a try with the code below:

    split('a;b;c','
    ')

     

    See if this would make it work.

     

    Regards,

    Michael

     

  • slyuso Profile Picture
    106 on at

    This does not work

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 67

#2
David_MA Profile Picture

David_MA 64 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 39 Most Valuable Professional

Last 30 days Overall leaderboard