I have 2 boards "Scheduling" and "Warehouse" these boards receive separate email to board cards. On "Scheduling" when a card goes to a certain list (PRINT), I am using Unito to sync it to a list(Pending Approval) on "Warehouse". What I am looking to do is use the first 12 characters of the card added to list Pending Approval, to find all cards with matching first 12 characters, once found, then use automation to move them into lists on the "Warehouse" board depending on what is in a certain custom field. I tried using the find the card title in Cascade, but I don't know how to make it variable.
Hi @wsgtrello!
I suggest using wildcards. There isn't a specific wildcard to count the first 12 characters, but if there isn't a space between them, you can use {* }. You can find more details about wildcards in this document:
Pattern matching and wildcards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.