Hello,
I'm customizing a SharePoint form (SP List > Integrate > Power Apps > Customize forms) and can't quite get the result I'm looking for when it comes to a link in the form. A second list (Coaching Tracker) has a lookup column towards the list of the form I'm customizing. I'm trying to get a clickable link to be able to go back to the item that references it.
I've created a text label and done a lookup using this formula which works fine, but it is not clickable:
Card: RelatedCoachingURL
Text property: LookUp('Coaching Tracker', 'Related to Ticket Post-Mortem'.Value = DataCardValue1.Text).'Link to item'
I have tried creating a button but can't get the button to be clickable on Edit AND View mode. When using an HTML card as mentioned in the article above, I can't figure out how to format the link use the result from the lookup card RelatedCoachingURL.
Questions:
1. Can I get lookup result of the RelatedCoachingURL text card to be clickable?
2. How can I use the result from the RelatedCoachingURL lookup in an HTML text card?
Thanks in advance.