Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Data not displayed any longer on ConfiForms CalendarView

Edited

Hi,

I recently created a calendar using the "ConfiForms FormDefinition" form for users to enter their dates and the "ConfiForms CalendarView" to display the dates.
I am using some "ConfiForms Rules for Form Definition" for the data entry form and IFTTT Integration Rules to manipulate the data.

Everything worked as expected until yesterday when all of a sudden the data that are being submitted in the form is not displayed any longer on the calendar.

I checked the underlying records and confirmed that all data are being recorded correctly.

I've tried to find the root cause but cannot identify where the issue is. Do you have any idea what to look for?

I would like to avoid having to start a new calendar and potentially loose all the records. 

Thanks in advance for any ideas!

1 answer

1 accepted

0 votes
Answer accepted
Alex Medved _ConfiForms_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 15, 2023

Hi @Markus Kovar 

Hard to tell without seeing your configurations and it's extremely hard to provide any help when things "suddenly" stopped working

Feel free to open a support ticket with us https://wiki.vertuna.com/display/VERTUNA/Support+Request+Form sharing your configurations (form and calendarview)

Alex

Hi @Alex Medved _ConfiForms_ 

Thanks for the quick response! The issue seems to be regarding the following...

How do I calculate a time span type "DateTimeInterval" from two data points type "DateTime"?

Following your instruction from this post the formula that used to work was:

entryId=[entry.id]&DateInterval=[entry.TmpDateTime1]-[entry.TmpDateTime2]


It is not working any longer and I believe that's where the root cause lies.

wdyt?

Alex Medved _ConfiForms_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Nov 16, 2023

When you use the formula field you can have your expressions placed as you like, but in the IFTTT macro parameters you need to tell explicitly that this is an expression and should be calculated and not taken as-is

Long story short - put the () around

entryId=[entry.id]&DateInterval=([entry.TmpDateTime1]-[entry.TmpDateTime2])

Also recent versions of ConfiForms have some handy helper methods available in the DateTime Interval field

https://wiki.vertuna.com/display/CONFIFORMS/Accessing+field+values+and+properties

  • periodInSeconds
  • periodInMinutes
  • periodInHours
  • periodInDays
  • periodInWorkDays

Alex

Ok, thank you for the quick response!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events