0

I'm trying to make a custom ammount of time? for the duration of an event in my calendar view, this view is associated to a google calendar and when the event is created then is automatically added an duration time of 30 minutes to the end column of the event if format datetime for start and end columns like follows:

[Start]: Initial value: now()

[End]: Initial value: [Start] + "000:30:00".

if I do de following formula for the End column (with the duration column is of the type text):? [Start] + CONCATENATE("000:", [duration], "00") then it doesn't work at all, the result of the concatenate is a column with the same format as the original (000:45:00) but appsheet doesn't allow the sum of times and the part of the 45 minutes appears empty in the test. If I use TIME(0,[duration], 0) with the duration column of the type number, it also doesn't work.

the [duration] column is in another table that contains the duration of the event which I want to establish from the configuration menú created for the app. I've been trying with gemini but it doesn't give me the solution.

How can I do the custom added time for the End column?

3
  • Please do provide a Minimal Reproducible Example. Also, this Support documentation might help.
    – Gyul
    Commented Jul 21 at 16:17
  • @Gyul I don't know how exactly do a minimal reproducible example in this matter since appsheet works on a no-code platform
    – vram
    Commented Jul 22 at 20:01
  • @Gyul, I've used a lot ot that page and none of that worked at all. If I use the time functions on that pages then the formula checker of appsheet gaves me the error that says the + operation doesn't support the time functions
    – vram
    Commented Jul 22 at 20:04

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.