Skip to main content
Community site session details

Community site session details

Session Id : 2u/CAD9IC56HgDqlHGXEzX
Power Automate - Using Flows
Answered

Get Items/Create Item Multiple Lines of Text Column with "Version History/Append Changes of Existing Text"

Like (0) ShareShare
ReportReport
Posted on 3 Oct 2020 22:10:51 by 117

I am wondering if someone can assist me with this flow I am creating.

 

I am basically trying to migrate a SharePoint list and all it's columns to a new site/list.

 

All the items get created along with all the columns except for my "notes" column. The notes Column is a Multiple Lines of Text Column that has Append Changes to Existing Text enabled (Versioning)

 

Is it possible to copy over all the items of this column from the old list column to the new list column or at minimal at least the very last time added?

 

Here is my flow, I have selected the Notes column to bet the "Get Items/Notes" Column but when the item is created in the new list, its blank.

 

Flow 1.png

 

I highly appreciate anybody can help me accomplish this task

 

  • Eduard23 Profile Picture
    8 on 17 May 2023 at 05:31:27
    Re: Get Items/Create Item Multiple Lines of Text Column with "Version History/Append Changes of Existing Text"

    Hello! 
    Kind of late to the topic, but the Append to string variable action fails, giving this error detail:


    Unable to process template language expressions in action 'Append_to_string_variable' inputs at line '0' and column '0': 'The template language expression 'item()?['Link to Course']' cannot be evaluated because property 'Link to Course' cannot be selected. Array elements can only be selected using an integer index. Please see https://aka.ms/logicexpressions for usage details.'.

     

    Anybody has any idea how to solve this?

  • Yousra Profile Picture
    20 on 30 Apr 2021 at 21:15:55
    Re: Get Items/Create Item Multiple Lines of Text Column with "Version History/Append Changes of Existing Text"

    Can you help me with a similar issue I'm facing. 

    I'm trying to export the conversation history in a multi line text with appended changes into excel. It always results in a blank field. If I create a similar flow to convert the text to a string, will I then be able to export to the excel file?

     

    Thanks,

    Yousra 

  • v-litu-msft Profile Picture
    on 08 Oct 2020 at 09:57:41
    Re: Get Items/Create Item Multiple Lines of Text Column with "Version History/Append Changes of Existing Text"

    Hi @WC-KSTILL,

     

    Ok, please add these step to convert history notes into a string:

    Screenshot 2020-10-08 175430.jpg

     

    Screenshot 2020-10-08 175446.jpg

     

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

  • WC-KSTILL Profile Picture
    117 on 06 Oct 2020 at 14:35:35
    Re: Get Items/Create Item Multiple Lines of Text Column with "Version History/Append Changes of Existing Text"

    This is what I have now. Now sure if its correct but I still don't know how to get it into the create item. Do I need to set a variable or something?

     

    WC-KSTILL_0-1601994920680.png

     

  • WC-KSTILL Profile Picture
    117 on 06 Oct 2020 at 14:08:17
    Re: Get Items/Create Item Multiple Lines of Text Column with "Version History/Append Changes of Existing Text"

    Do I add the Send an http request to SharePoint action within the same apply to each?

     

    WC-KSTILL_0-1601993248101.png

     

  • WC-KSTILL Profile Picture
    117 on 06 Oct 2020 at 13:52:24
    Re: Get Items/Create Item Multiple Lines of Text Column with "Version History/Append Changes of Existing Text"

    @v-litu-msft 

     

    I will give this a try today and let you know if it worked.


    Thank you so much for replying

  • Verified answer
    v-litu-msft Profile Picture
    on 05 Oct 2020 at 07:54:54
    Re: Get Items/Create Item Multiple Lines of Text Column with "Version History/Append Changes of Existing Text"

    Hi @WC-KSTILL,

     

    You could use Request API to get these versions of SharePoint item to extract these note history.

    _api/web/Lists/getbytitle('List Name')/items(itemID)/versions

    Screenshot 2020-10-05 154908.jpg

     

    Then you will get all versions of the item via following expression:

    outputs('Send_an_HTTP_request_to_SharePoint')?['body']['d']['Results']

    Then use Select action to only get the notes:

    Screenshot 2020-10-05 154952.jpgAfter all, you could convert these notes into a string and append it into the new item in the other SharePoint list. 

     

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

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

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!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2

Featured topics

Restore a deleted flow
Loading complete