Announcements
Hi all, can help me to make hour and minutes field as now() if the form mode set to edit, else parent.default
hi @zakwan ,
you can use something like this:
IF(formName.Mode=0,Now(),Parent.Default)
I tried already appear error expecting table result
use Hour( Now() ) for hour and Minute( Now() ) Minute and Second( Now() ) for Second
change as your suggest, but it still appear error
sorry my bad use this formula:
If( FormName.Mode = 0, [Hour(Now())], [ Text( Hour(Parent.Default), "00" ) ] )
this is for Hours default do same for minutes just replace Hours to minute
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 339 Most Valuable Professional
11manish 180
MS.Ragavendar 88 Super User 2026 Season 1