Get week days ( like Monday, Tuesday ) from a date in Confiform

Dhiraj Kr_ Gupta
Contributor
October 22, 2024

If there is date column, I want week days like Monday, Tuesday, etc of that date in Confiform. What formula can I use 

For eg

Input 

Date

Oct 23, 2024

Output

Wednesday 

1 answer

1 accepted

3 votes
Answer accepted
Alex Medved _ConfiForms_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 23, 2024

[entry.datefield.formatDate(E)]

Or when via ConfiForms Field macro then just the datefield.formatDate(E)

Dhiraj Kr_ Gupta
Contributor
October 24, 2024

The formula in IFTTT macro is not working 

entryId=[entry.id]&Duedate=[([entry._now]+172000000).formatDate(E)]

Alex Medved _ConfiForms_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 24, 2024

Well... 

entryId=[entry.id]&Duedate=[entry._now.add(172000000).formatDate(E)]

 

Dhiraj Kr_ Gupta
Contributor
October 24, 2024

Can we use in the Confiform Field Definition of DueDate?

Please it would solve the problem 

Alex Medved _ConfiForms_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 24, 2024

What is a "Confiform Field Definition of DueDate" and what problem it will solve!?

Dhiraj Kr_ Gupta
Contributor
October 24, 2024

I want to use the same above formula ( used in IFTTT), given by you in Confiform Field Definition having field type as Formula.

What formula can I use in this

Alex Medved _ConfiForms_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 24, 2024

Can have a calculated field (calculated once on a record creation)

[entry._now.add(172000000).formatDate(E)]

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events