Skip to main content

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

 

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

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


Reply