set an activity by day

0
hello everyone,   i’m working on a project that i need to show a card by the days that the user set e.g. if my user set this card to monday and friday, i need to show only in these days   how can i do this? please help
asked
2 answers
4

Hi  Bruno Bittencourt,

 

Refer this document 

DateFormat and also use conditional visibility or microflow to filter your conditions

 

Hope this help !!

answered
1

Hi Bruno,
  Create an enumeration in your entity with defined days of week. After that, In conditional visibility of the card, 
  show only according to that particular day.


   For example:    In conditional visibility of card you can use $currentObject/(Your entity/attribute) and display
                              according to your requirement.


All the best. Hope it helps and let me know if you have any questions around that.
 

answered