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

Notifications

Announcements

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

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
    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
    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
    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
    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
    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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 525 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 324 Moderator

#3
abm abm Profile Picture

abm abm 232 Most Valuable Professional

Last 30 days Overall leaderboard