I am looking to add the prefix "found" to a custom field reference from a linked card. I could not find this in the documentation. I have already tried a few variations to see if I could get it to work, with no success.
My rule in question: when a card is added to the board by anyone, find a card with link "{{%Test Card ID}}", link the cards together, find the first card linked in the attachments, and set custom field "Device Name" to "{{found%Device Name}}"
This sets the custom field "Device Name" to the string "{{found%Device Name}}". I have also tried "{found{%Device Name}}", because I am unsure of how these are being parsed.
Firstly, you wouldn't require putting the word found inside the {{...}}
Secondly,Trello automation lacks the capability to reference source card custom field names but there is a workaround...
Firstly, create a user account specifically designed to run automations. I call mine bots, I'll use @ellsworthbot for the example below
For it to work, you should create these rules in the @ellsworthbot account..
when a card is added to the board, find a card with link [insert card link here], link the cards together, clear custom field "Device Name"
when custom field "Device Name" is cleared by me, set custom field to "Device Name" to "{customfieldvaluebefore}"
when custom field "Device Name is set by me, find the last card linked in the attachments and set the custom field "Device name" to "Found {customfieldvalue}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.