I have set up automation to copy a card from another board and add it to a specific list. That is working. Then I want the custom fields on the copied card to create individual cards named by the custom field value when the custom field is not blank.
when custom field "_Web Post" is set in a card in list "Scheduled Waiting on Content", copy the card to the top of list "Scheduled Waiting on Content", rename the card to "{customfieldvalue}"
It is working but it is creating cards without names when the custom field is empty. I only want it to create cards when the custom field has text.