Starting out with Trello but scanned the forums and can't find the answer.
I've created a request board which is populated by a submission from Blue Cat Forms. This then creates a card within the "new requests" list. What I want to achieve is that if the request relates to certain categories that a copy is then made of the card and moved to the relevant list, labelled, assigned etc.
This has worked fine and the data has been cut across except for the custom fields, for these the data is cleared. Is there a way so that the new card copies the custom fields as well, as the title and description?
Rule as below:
"when a card with the light purple "Website" label in list "New Requests 💡" is added to the board by anyone, create a new card with title "{cardname}" and description "{carddescription}" in list "Website 🖱" and add member @1 to the card and add member @2 to the card"
Use this for custom fields {{%Custom Field Name}}
Unfortunately you cannot prefix trigger, new or copy to custom fields. I should have read your question better. So the only way is to use http request to gather all the CF as part of the {httpresponse} or to created a key/value string as part of the new card and use a second rules to populate it. The latter approach was used with a client to carry land acquisition data across (CF) to another board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, as someone new to Trello this goes well beyond my capabilities unfortunately.
I've only got two custom fields currently, Name of requestor - text field, and Brand - dropdown , so if you can help me to a solution I'd be extremely grateful, but if this is essentially too complex we'll have to workaround.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Brilliant thank you. I've managed to get the automation to work with the only slight niggle it is creating two cards. Not sure why this is, but it is hardly a big problem!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.