I am trying to use tags (in card layout) to create dynamic user specific alerts. I have several stores and the user is the store manager. The opening screen is the dashboard (card layout) where each card takes the user to a different screen. One of the cards is linked to an order screen. I want to use the tag component in the card to show them a certain symbol if they have an open order.
Here’s what I’ve done so far.
-Set up a template column in the Dashboard to capture the user’s (store manager’s) email address
-Set up relation column in the Dashboard that matches the user’s email address to the Order form. This relation picks up all orders (filled and open) for that store manager.
Now what I need to do is to somehow lookup only the open orders that are being retrieved through the relation setup. and then use IF-Then-Else to populate a column which will inform the tag field.
How do I do this? Am I on the right track?
Thanks so much!
I would create an If then else column in the orders table and set to show the managers email If status is open, else blank for all other orders.
Then create the relation from the Dashboard using the manger email to the if then else column.
Hope it helps…
Thankyou @Lin_Altshuler. That worked and was easy enough!
I have another problem though which I didn’t realize earlier. For the cards layout i can only specify one column for the tag field. I have multiple tag columns in the dashboard because like the order form there are other forms that also have dynamic alerts. Do you have a solution for this? Maybe I need to setup the spreadsheet differently?
In any case It can only be done using CSS If you want the tags separated on the card.
If you just want the data to show you can use a template column and some Icons to make it prettier.
2 at a minimum. I’m fine using icons. Would that also need to be done via CSS? can you walk me thru the steps if this can be done thru a non-css route? thank you so much
I would create an If then else column in the orders table and set to show the managers email If status is open, else blank for all other orders.
Then create the relation from the Dashboard using the manger email to the if then else column.
Hope it helps…
Make a template column with the value: X Y Z … (for your statuses)
Then replace each value with the status (New Shipped…)
Assign this column to the tag.
You can also add emojis next to each status in a seperate if then else column so its more clear