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.
Hello,
I’m quite the novice to javascript and have been trying to brute force my way into this script. I have a script set up to pull information from frame.io and that part works great. I can push the information I’m looking for to the console, but ...
I figured it out a little while after posting this!
await table.createRecordsAsync([
{fields: {
"Asset Name": data[i].name,
"URL": data[i].short_url,
"ReviewLinkID": data[i].id,
"TypeofLink": data[i]._type,
...