Forum Discussion
Connet Multi Line Notes from One List To Another
- Aug 19, 2022
VeeExcelLearn As it is a single text column where you are adding multiple notes, it will not match automatically with another column (lookup).
My suggestion:
While appending notes to the string variable, append the name of user who added note as well like <name of the user>: <note> ....
For example:
Ibrahim: Note text added by Ibrahim
Samer: Note text added by SamerYou have to build your string variable in this way. You can take help from Microsoft documentation: Reference guide to workflow expression functions in Power Automate
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
ganeshsanap Getting closer : The flow is creating 2 lines...and appending ALL of the notes from the parent list into these 2 lines. But its not matching ibrahim and Samer.
VeeExcelLearn As it is a single text column where you are adding multiple notes, it will not match automatically with another column (lookup).
My suggestion:
While appending notes to the string variable, append the name of user who added note as well like <name of the user>: <note> ....
For example:
Ibrahim: Note text added by Ibrahim
Samer: Note text added by Samer
You have to build your string variable in this way. You can take help from Microsoft documentation: Reference guide to workflow expression functions in Power Automate
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- VeeExcelLearnAug 19, 2022Brass Contributor
After many trial and errors I finally got it to work. Here is what I ended up doing. Thank you for your guidance.