You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have generated an email from one system into trello and the email is creating a description in the card. The description contains multiple links and each link I would like to turn into separate cards. Any suggestions on how I can parse the description and convert it into cards or a checklist using automation would be greatly appreciated. Here is how the description is coming through in Trello:
[NAME OF LINK](URL)
[NAME OF LINK](URL)
What I am looking to do is have a new card automatically created and so I would end up with two cards if the description looked as it does above. Thank you to all who offer help!
If the number of links are fixed you can probably do it using wildcards like {*}[{*}]({*})\n[{*}]({*}){*} for card with description starting with the above. Wildcard 2 and 4 will give you the contents in the []
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.