I am trying to append Active or Paused at the end of every single value of a dropdown.
I want to append Active to all the campaigns which are active and Paused to all the campaigns which are paused.
Lets say the campaign dropdown has 4 campaigns as mentioned below
Campaign A
Campaign B
Campaign C
Campaign D
Now campaigns A&B are active and campaigns C&D are paused. i have the status as a column in my table, I would like to append the status with the name of the campaigns, thus providing the below mentioned end result as values in the dropdown.
Campaign A - Active
Campaign B - Active
Campaign C - Paused
Campaign D - Paused
Do we have a way to do this in Bubble, Any help here would be great.