Can not paste or insert a picture in Multiple lines of text field

Hi,
We have an issue about Contribute user to paste or insert a picture in Multiple lines of text field as below picture (App and Console Log).


It is very strange if we perform to paste 3rd times, the picture appear normally as below picture.

We have upgraded our both server and Designer client to the latest version of Plumsail Forms as you can see picture below but the issue still exist.

Please help us to solve this issue.
Regards,
S.Jugkrit

Hello @JugkritNWR,

To insert an image to the enhanced rich text field user should have edit permission to the SitePages library, as the image is uploading to the library first.

@mnikitina

It works.

Thank you very much.

Hi @mnikitina I am trying to capture the image from multiple lines of field in Flow and send as an email attachment. Can we capture the name of the file or the ID used in the file name to build url, for e.g.

https://netjets.xxx.com/teams/xxx/SitePages/PlumsailForms/Images/2023-05-01/9b691ca9-e59b-4b57-acb8-87747f73e21d.png

Hello @aseem,

The image in Rich text field is wrapped inside the image tag like so:

<img src=\"/sites/MSFT/SitePages/PlumsailForms/Images/2023-05-02/7d415dd5-a4ed-4ec5-a47c-72a9984dd278.png\" />

You can extract the image URL in Power Automate flow, please find the example here.

Flow worked thank you

1 Like