If you dig into the request details, the request headers are empty
What am I missing? I had configured API token while connecting the pack
And it works perfectly fine in Postman, so there is nothing wrong with the token either(I also double checked to ensure there are no spaces in the token)
I think the issue here is that the formula specifies connectionRequirement: coda.ConnectionRequirement.None, which tells Coda “this sync table doesn’t need authentication, don’t send any headers.” If you remove that line the sync table will prompt you to select an account and it should then send the header.