Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Why doesn't this table-creation script work?

690 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Bayley
4 - Data Explorer
4 - Data Explorer

The required parameter for the base.createTableAsync call is Fields, but when I put a dynamic list of Fields in it, it says that it's not the right type, when it really is. Is there a workaround? I do not want to hand-key in all of the fields, which may change fairly regularly. 

Goal: Duplicate the Trainees table

Blocker: base.createTableAsync's Fields parameter does not accept a dynamic set of Fields

Bayley_0-1710966971859.png

 

1 Reply 1

Hmm, I just tested your code and it's fine:

Screen Recording 2024-03-21 at 10.24.26 AM.gif

Does the table have any fields that can't be created perhaps?