Forum Discussion
Ximo
Apr 21, 2022Brass Contributor
Multiple lines of text Custom Field in Project Online
Hi all, I am trying to use a Custom Field based on Multiple lines of text to store a link. The problem is that these Multiple lines CFs are adding extra html characters: <p>​https://xxx.sharepo...
- Apr 21, 2022
Ximo can you not use the _api/ProjectData API to get the multiline field as this API as the HTML stripped our already?
Paul
Paul_Mather
Apr 21, 2022MVP
Ximo can you not use the _api/ProjectData API to get the multiline field as this API as the HTML stripped our already?
Paul
Ximo
Apr 21, 2022Brass Contributor
Hi Paul_Mather, that sounds good! Updating the Power Automate actions to get the Project Name and the Document type under approval to call the _api/ProjectData API to retrieve the related CF. Maybe with some string manipulation in a Compose action would make the trick as well.
Thank you!