Skip to main content
Solved

INDIRECT Substitute

  • February 1, 2024
  • 1 reply
  • 11 views

Forum|alt.badge.img+10

Is there any substitute for INDIRECT in AirTable?

Best answer by OfficeOurs

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. 

 

1 reply

Forum|alt.badge.img+10
  • Author
  • Inspiring
  • Answer
  • February 1, 2024

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.