I have two hyperlink columns in a SharePoint list, one for link to PW documents and one for link to SP documents. I want to use the HTML text input on my app to display these links in a clickable format but I want to use some logic.
Ideally I'd like to show a clickable hyperlink to the PW documents and SP documents but only if those fields are not empty.
E.g. If SP Documents and PW Documents are not empty show two clickable hyperlinks in the html text - SP Files PW Files
If only PW Documents is not empty then show PW Files hyperlink or if only SP Documents is not empty show SP Files hyperlink
Hopefully that makes sense.