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 trying to have an automation with a find and replace step inside it.
I’m just trying to fix a bug with connected fields when they have a coma so I need to remove the commas and copy paste into another field. And I can’t find a simple autom...
I have a linked field value in a base that’s populated by an automation - basically it’s copy pasting from a google sheet and important industry values, and I need to map these to our internal values. So I have a value that comes in like “Energy, C...
Hello,
I’m trying to build a lookup between a list of web conversions that are classified by type and a text field for each of these types. (The use case is to use for email personalisation in a CRM based on different types of conversions)
The issue ...
Hello,
I have a field that doesn’t present very clear data that I need to SPLIT.
It’s a field that shows a form conversion by aggregating Page Name: Form Name.
Ideally I would just be able to split on the “:” - however in my case sometimes the page n...
Hello
I got this to work but I’m also looking for a way to pass a number over from the template to the tasks, so I can set start dates and end dates based on how long a task is going to take.
I have number fields in both bases and it showed up an err...
YES PLEASE WE NEED THIS
I know Airatble isn’t “a project management tool” but it is a big use case, and a fundamental process for our project management is for people to complete request, ie somebody fills a form to request a project, and in oirder f...
Hello,
I’m trying to do this and having no luck finding a share button on the pivot table. I would also love to be able to send this in a weekly email, as recap to the team, any way I can do that?
Thanks!
Alivia
Thank you for the amazing answer this worked great!
The only change I made was add a regex to replace all the occurrences (vs just the first one found)
let {string} = input.config()
let newString = string.replace(/,/g, "")
output.set("noCommas", n...