Styling Applicaton

0
Hai Experts, i have a requirement that something to change text every few seconds... without the user doing anything. Example: "Welcome" changes to "To Our New " changes to "Application", etc. after few seconds and loops back. please guide me to implement this functionality. Thanks in Adcance
asked
1 answers
0

Hi Lokesh,

Use visibility conditions for your text fields. ENUM is preferred for multiple values. 
Use the Microflow timer to call a microflow and change the object Enum value. 





EDIT:


I am changing the Enum values in the change object. For Example, If its MON, I am changing to Tue. If it’s TUE, i am changing to WED

Hope this helps. :)

answered