Hello Community, I am a Newbie to Power Platform.
I have 2 columns in a SharePoint list.
one column named LRV is a number (with random numbers between 1 to 10)
The 2nd column is a calculated column created by me.
Now, In this Calculated column I need to display an URL depending on the number displayed in the LRV column.
I tried Using an If Condition Where for example, if LRV value 1 then Calculated column should show "https://www.google.com" and so forth. But the issue here is that I'm getting txt value of the instead of a hyperlink.
FYI, I have also tried with the href Tag but didn't work.

Any Kind of Solution or a Work Around is Highly appreciated.
Thanks 🙂