We are using Field Maps app to collect data. A part of this data is a persons ID number. When the user populates the ID number, I also want to have an option to view their photo.
Using the calculate field and the SQL expression allows us to view the photo.
CONCAT('URL', fieldname) works!
When using it this way, the user enters the ID number in one field, and then in another field they can click the link to see the photo.
My first question is how do I write this in Arcade? I saw the CONCAT function, but its very complicated to me.
My second question - is there a way to allow the user to input the ID number and then be able to click the ID number and display photo rather than having a separate field with the link.
Ideally I would like for them to just click the ID number and have the photo display. I saw this custom attribute display to link properties and I was wondering if this would work for me. If they click on the ID number then that would link them to the photo. I’m not sure if it would work since first I need to create the URL.
