- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 09:07 PM
@Ankur Bawiskar @Community Alums @Sohail Khilji
Team please help me how can I autopopulate current date in current date field using reference qualifier default value
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 03:21 AM
Did it help ? kindly action in closing your post and quries.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 12:44 AM
@Sohail Khilji @Sohail Khilji kindly verfy below screenshot how can i use input value if flow action dictionary entry! in flow input action how can we automate input value!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 06:04 AM
Hi@ARAVINDA11 ,
Why you are going with reference qualifier if you want to populate the current date on your date field you can simply set the default value of your field.
If your field type is datetime then try this script :
javascript: new GlideDateTime();
If your field type is only date then try this script :
javascript: new GlideDate();
Best Regards,
Seraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 02:49 AM
@Seraj @Ankur Bawiskar @Sohail Khilji @Community Alums
Ahh fine my question is in flow Input I have created a custom variable called doc_date in the configuration I am not able to put any reference qualifier value . I want to autopopulate the value for current date .
verify the screenshot