Sending data to a page depending on a specific tag

Hi fellow bubblers!

So my goal is when a button is clicked, it will send the data to a specific page if the contact tag is “Agency”. But if the contact Tag is “Customer” the data should be sent to a different page.

To elaborate, if the tag of the contact = Agency, when they click the arrow icon, their data should be sent to the Agency profile page

If the tag of the contact = Customer, when they click the arrow icon, their data should be sent to the Customer profile page

I was able to direct Agency contacts to the correct profile page through this Icon :

Is there a way to add another condition on step 1?

Hi, you dont need another step, just make a copy of the first workflow and edit that one to:
Only when: “Current cell’s mytable’s Tag contains Customer” and then edit the corresponding landing page.

You then have two workflows that each activates on the right conditions.

Edit: Your “only when” conditions should be at the top level, that is under “when arrow is clicked”, not under the “go to page”.

1 Like

Hi @simon7 Got it working! Thank you so much for your help! I actually came across another hurdle but going to open another topic for that. Thanks again for your inputs.

Glad I could help :slight_smile: