Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Mar 20, 2024 01:38 PM
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
1 Reply 1
Comment Post Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Mar 20, 2024 07:26 PM
Hmm, I just tested your code and it's fine:
Does the table have any fields that can't be created perhaps?