Updating trello cards from shopify

I am trying to make a scenario that will watch a trello list for new cards (check, done).

when a card is added to the list, the next step will be to search Shopify for the rest of the customer data , and then ADD the new order # and customer’s email to the card title.

I have this set up so far, and all modules complete with out error.

problem is, the shopify module isn’t grabbing any data to pass through to update the trello card.

any help would be most appreciated!

Hey there,

the first screenshot show that the Watch module didn’t produce anything.
The second screenshot shows that the shopify module didn’t find anything that matches the search criteria.

Check your inputs and see if they are correct, then check your shopify account and see that there is in fact such an item to be found.

you’re totally right… i should have stated those screen shots were just for info …

I have a good scenario running, i get good bundles all the way through, and it updates the trello card, but

However, I think I need to come at this from a different direction though. I have 2 differently mapped scenarios.

I currently have it set to search my trello list for all new shopify orders. . . which is a lot.

I think it would be a lot more efficient to have it search shopify when a card is added to the list on trello instead.

So something like : {{Watch Trello List for new cards}} → search shopify customers and/or orders for the name that starts the title of the card → grab additional customer info and add to the card. (order # and email into title would be ideal)

I only get the info from the card though, which is usually just a name in the title of the card… (Easier to match up when new shopify orders are searched for in the trello list.)

One issue i ran across is:
This is a card title. how do I have it search for just the name? partial match setting somewhere? I don’t see that option in the “Shopify search or orders” module.

image

this is the current scenario blueprint:
blueprint.json (20.8 KB)

and the new one isn’t made yet…

How would you choose to set up the flow?