Skip to main content

Populate field titles with values from another table.

  • January 12, 2023
  • 2 replies
  • 29 views

Forum|alt.badge.img+3

Hello community! 

Question 🙂 :
Is it possible to take values from one table and use those values as field titles in another table.

For example: Table1 has a list of first names and I would like to use those first names as separate field titles in Table2

Makes sense?

Hope someone can help me out! Thank you!

2 replies

Ron_Daniel
Forum|alt.badge.img+21
  • Inspiring
  • 105 replies
  • January 12, 2023

I believe this is possible, but would require the use of JavaScript through the Scripting Extension. A place to start would be this post:
https://community.airtable.com/t5/automations/airtable-automation-script-dynamically-assign-field-names-and/td-p/113748


Forum|alt.badge.img+3
  • Author
  • New Participant
  • 1 reply
  • January 19, 2023

I believe this is possible, but would require the use of JavaScript through the Scripting Extension. A place to start would be this post:
https://community.airtable.com/t5/automations/airtable-automation-script-dynamically-assign-field-names-and/td-p/113748


Thank you! Will dive into that.