In my SPO list I have the following columns:
SRNumber (this is just a text field) - example would be 123456789
SRUri (text field) - this holds the URL to the SRNumber in our application - https://someurl.com
In Power Apps, I want to COMBINE these into a single label.
I want it to display the SRNUMBER but it is a hyperlink with the URL from SRUri above.
This will be a gallery.
I have currently created a HTMLText label, but I can only use one SPO field, I can't get the other to not error.
What is the proper way to do this for a gallery item.