I'm trying to build a system where users can copy a Roll Up/Look Up field of phone numbers directly from their phone. This field often has up to 20+ phone numbers.
My current solution is to set up a pre-filled form that is accessible via mobile, in which the user will be able to highlight the pre-filled text within a single line text (pre-filled with the look-up field data). From here, users will be able to copy the data. It's a bit clunky.
With the introduction of Interfaces on Mobile, I was hoping to build an interface that I could simply display the Roll Up field. However, on mobile, these fields are a bit difficult to copy out. It's still easier to use the Pre-Filled Form where users can "select all" text.
Ideally, there would be a button to just copy text or a better way to display the Look Up/Roll Up fields in a way that's easily selectable to be copied. If anyone has a better suggestion for me rather than using a useless form that would be amazing!