Hi All, we are creating a survey that are using Power Automate to create folders on sharepoint and at the same time add sharing links to the folders into the feature service. Viewing those from a browser are making us able to create a link text showing, and not the actual URL.
So I want the name, in this case (Direct link to be inserted) in the feature report, as a hyperlink and not as the full URL. Is that possible?
Thanks
No, this is not possible right now. I've mentioned it a few times in the Early Adopter Community and I could swear I submitted the idea in 2020, but I can't find it in a search.
I had tried using html when I first tried this, but it didn't work for me. I'm guessing that's what she did as well?
Something like:
<a href = "${feature_URL}" target = "_self">Click here to be redirected</a>
Would just print out something like this in the feature report:
<a href = "https://tinyurl.com/2p89mxdb" target = "_self">Click here to be redirected</a>
all the links are formatted like html from the survey directly, so when we pull in the data it will show the hyperlink and not the text, so exactly like you describe. The function that we tried to use here was:
This is creating a nice hypelink, but as soon as you add a field ${field} instead of the URL, then it mess things up.