Feb 01, 2024 03:37 AM
Is there any substitute for INDIRECT in AirTable?
Solved! Go to Solution.
Feb 01, 2024 03:45 AM - edited Feb 01, 2024 03:46 AM
The key is using an intemediate dynamic field. Say I want to refer to {A} if my dropdown says A and to {B} if my dropdown says B.
Switch({dropdown}, "A", {A}, "B", {B})
Then drop in the Dynamic (Switch) field wherever you need a dynamic value.
See Solution in Thread