I have two tables:
Table A (i can modify it)
- Todo text (just a text field)
- Related Issue Title (linked table field)
- Related Issue Link (the field I’m questioning)
Table B (can not create new fields)
I know that there is a function RECORD_ID() which returns the current row’s record id. I also know that the link to the record looks like that:
'airtable.com/appxxxxxxxxx/tblxxxxxxxxx/viwxxxxxxxx/recxxxxxxxx'
So I need to generate URLs to the Referenced Issue in a separate field in Table A
I also can not enable the scripting app for this field because it’s disabled for security reasons by our admin :slightly_smiling_face:
I expect the answer to be “it can not be done” but asking just in case…