Hi, May i know is it possible to save all the cotent from Outlook Email body to Sharepoint List Rich text column?
I am able to save all the text, table information, but not embedded images.. it will show link broken
Solved! Go to Solution.
Hi @pityman ,
This is expected behavior. If you check the message body, you will find the src value is 'CID'. It's not the real src value of image.
The image content is stored in attachment field. So we can use 'Get Attachment' action to get its base64 value.
Then we can replace cid with base64.
Best Regards,
Wearsky
Hi @pityman ,
This is expected behavior. If you check the message body, you will find the src value is 'CID'. It's not the real src value of image.
The image content is stored in attachment field. So we can use 'Get Attachment' action to get its base64 value.
Then we can replace cid with base64.
Best Regards,
Wearsky
User | Count |
---|---|
23 | |
15 | |
14 | |
10 | |
9 |
User | Count |
---|---|
45 | |
29 | |
25 | |
24 | |
22 |