Since SharePoint list doesn't have a separate column for comments, I created my own column "comment".
How to parse the last entered text from the output. Someone please guide me. Scroll to end to see ( I have highlighted).
This is bit tricky for me.
Solved! Go to Solution.
Hello @cadone ,
start with the 'HTML to Text' action, that will give you only the text from the HTML.
Then split it using end of line. This is kind of funny, you must enter actual 'Enter' in the expression, it seems there's no code for end of line. 🙂
split(outputs('Html_to_text')?['body'],'
')
and then take the last(...) item from the output array:
last(outputs('Compose_14'))
Hello @cadone ,
start with the 'HTML to Text' action, that will give you only the text from the HTML.
Then split it using end of line. This is kind of funny, you must enter actual 'Enter' in the expression, it seems there's no code for end of line. 🙂
split(outputs('Html_to_text')?['body'],'
')
and then take the last(...) item from the output array:
last(outputs('Compose_14'))
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
45 | |
43 | |
43 | |
42 | |
35 |
User | Count |
---|---|
85 | |
78 | |
62 | |
51 | |
47 |