Good Morning!
I have this database
[aid] => 3
[sector] => A
[numbering] => 03
The Sector column goes from A to T.
I'm using a loop action, in body I put it like this:
{var: loop_assets.row.Sal.sector}
So far so good.
Only I would like to display according to the sector, as I intend to use different lists and different css also for some sectors.
How do I solve this?
I have this database
[aid] => 3
[sector] => A
[numbering] => 03
The Sector column goes from A to T.
I'm using a loop action, in body I put it like this:
{var: loop_assets.row.Sal.sector}
So far so good.
Only I would like to display according to the sector, as I intend to use different lists and different css also for some sectors.
How do I solve this?