I'm getting a 422 error saying my column "Step" doesn't exists, but the column exists and I haven't touched it. When trying the module alone, it works. But when I run the automation and the strings are mapped, it doesn't
Hey there. I’m trying to set up some script to automatically input my Images URL to Attachment. I found some code in this forum but I’m running into errors that I don’t understand.
Code I’m running:
let table = base.getTable('PhantomBuster');
let qu...
I've tried that and other few things:- "Refresh" within the module.- Clone to a new one- Create 1 from scratch- Testing the module with the inputs by hand (it works) but when I map it and run the automation, it breaks.
UPDATE
Took out the Image URL field and fixed the bracket. Running into other error.
Code: `let table = base.getTable(‘PhantomBuster’);
let query = await table.selectRecordsAsync();
for (let record of query.records) {
// if the attachment field is em...
Hey there kuovonne, Thanks for your answer.
1 - I have close to none experience with coding and debugging ^^ I bet that is easy to confirm haha
2- OMG I feel dumb, Code is ok now! But what you mean with “fix my identing”?
3- I want the code to run ON...