Bronze 5
Since ‎01-18-2020
Wednesday

My Stats

  • 35 Posts
  • 1 Solutions
  • 22 Likes given
  • 31 Likes received

Learner_G's Bio

Badges Eduardo_Jr_Vill Earned

View all badges

Recent Activity

What if we just set a new data validation for a certain datetime field. And the new condition was that it should always be within 9am-12pm. What happens to existing record that do not meet this condition? will bots fail on these records? Just wanted ...
Context:- I'm making a booking app for my clients. Database:- I have a booking database with move-in and move-out datetimeBot:- It triggers daily at 12 am (GMT +8:00). And it pulls in all bookings with DATE([move-in datetime]) = TODAY()Problem:- So m...
So here's my setup, I record bookings and for every booking, there's a child record for add-ons. So whenever I create a new booking, I can also add add-ons inside the booking form. Now I have a bot that sends an email regarding a new booking:The emai...
I'm encountering this, even though the App's version is the most recent. A bug maybe? This is affecting my client's operations.
Is there a way to add default child records when you open a form with child records? Example:- When I add an Order, I have a set of order line items that I want to be automatically included in the form.