valid access time

0
Hi all, Is it possible to allow access only in certain time? If possible, how should I implemented?   [SAMPLE Use Case] I would like my app to be logged in from 6a.m. to 23p.m.. Other than the certain period above, I would like to show a message “Sorry, the app is not available for now” or something like that.   Thank you in advance for all your support,  Any information would be welcome.   Regards, Yuki
asked
2 answers
1

Yes, You can.

Create a Microflow to show homepage or index of your application and in microflow check the current time, based on current time your show the pages.

answered
2

For the default home page use a microflow that opens that page. Then in the micrroflow check the time and based on that log the user out.

Regards,

Ronald

 

answered