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.
HEy All I’m trying to create a CURL API request that Searches for records that are {WEEK} = “24” AND{PAGE} contains “22”.
My PAGE field is a look up so it might have more than one page number in it.
If PAGE has one one record in it I can use
filterBy...
I’m hoping to get the first 9 characters of a record into another field. Id normally just make the field into a formula and use Left({product},9) but the rest of the automation wont run on the formula field.
Please help.
is there a way to get the text from a formula or linked field in an automation? When I try to add them as a dynamic record property I just get the length result not the text.
thanks in advance
Hey Guys
I need to add to a linked record with integromat. At the moment I can replace the array with the new record but cant work out how to add to the array.
Thanks in advance
Just for future reference, mostly mine when I search for this again!!
AND({Week}="24",FIND("19",ARRAYJOIN({Shot Number})),FIND("22",ARRAYJOIN({PAGE})))
Yeah remove.bg is relatively straight forward in the end
//get the url of the attachment field
let angle1Url = angle1[0].url
console.log(angle1Url)
let response = await remoteFetchAsync('https://api.remove.bg/v1.0/removebg',
{
...