Question 🤔 about an app in adalo

hi,

1)can I make a text that will only be shown on a certain date? For example, only on September 10th

2)can I create an app in adalo that will have online access and user interaction?

Hello, how are you? Welcome to the forum.

1 - Specific date: Yes, it’s possible. I don’t know what app you’re using, but for example:

You have an app where users post products and you want a product to be featured until November 10th. So, in the product database, you add a date property called expiration and select the day, which is November 10th.

Then, on the front end, you show featured products with an expiration date after today (this is to show all active products). That is, if the product expired yesterday, it won’t be visible.

The same example applies if you only want one day to be displayed. In the database, you specify the VisibilityDate (date) you want to display. Then, you enter the list of products in the front end and filter the visibility date, which is equal to today’s date.

2- Of course you can, you have to see what type of app you are creating and how you want them to interact with each other.

Thank you!! :grin::+1:

1 Like