Dec 01, 2024 02:54 AM - edited Dec 01, 2024 06:51 AM
I need to pull some data from a computed field (actually a filtered lookup field) in Airtable to prefill a form in Jotform. It should be easy as Jotform have introduced the feature (bizarrely under the publish menu) but despite several ways of trying, it will not map to computed fields.
My inteded workaround is to map it to a long text field which an automation would update with the value from the lookup field, triggered if the lookup field is not empty. On mapping the fields in the automation, Airtable greys out the lookup field {Instruments} reporting the same issue as occurred whilst trying to mp directly from Jotform, that the field cannot be used because it's computed.
I've spent a whole week on this. I've tried converting to text, using a string, an array, and concatenating, but of course, they all need computed fields to hold and reference them. Anyone know a workaround?
Post edit/after thought....Perhaps I can use a script with the same trigger but I'm not really a scriptor.
Solved! Go to Solution.
Dec 02, 2024 09:48 AM
I replied in another thread, but the pictures here make it much clearer.
Your problem here is that you're clicking the blue "Choose Field" prompt rather than the blue + to add the Instrument lookup field in the "Instrument Text" field. You should remove the Airtable RecordID text from that field (unless you want it to say recXYZ123XYZ123 Flute) and replace it with your lookup.
Dec 01, 2024 12:30 PM
Hey! I’m on my phone so I cannot really play around with alternatives and I might be missing smth.
But you might want to try creating a new formula field called “String: Instruments”, and just make the formula reference the lookup {Instruments}. Then check if you can map String: Instruments on the automation.
I’ll try to get back to this later from my computer :).
Dec 01, 2024 10:49 PM - edited Dec 02, 2024 01:20 AM
Hmm your idea for the workaround should work, and I think I got it running okay
If you're still facing issues I do free half hour calls and we can hop on and sort it real quick, and you can grab a time here
Dec 02, 2024 09:48 AM
I replied in another thread, but the pictures here make it much clearer.
Your problem here is that you're clicking the blue "Choose Field" prompt rather than the blue + to add the Instrument lookup field in the "Instrument Text" field. You should remove the Airtable RecordID text from that field (unless you want it to say recXYZ123XYZ123 Flute) and replace it with your lookup.