Help with script in custom flow action - need to return value with date & time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2024 04:58 PM
I have a custom action for flow designer that nearly works, the correct date is returned but no time.
Action - Set date to first of month
Inputs:
Label Next audit date & Name u_next_audit_date with Type Date/Time
Script step
What is returned - (Correct date but no time stamp...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2024 05:59 PM - edited 09-17-2024 06:07 PM
will try another question - I am now further back from where I started... 😞
Now, nothing works so a big step back...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 06:45 AM
The warning is most likely because your script is using outputs.result_date_time, but it's not defined as an output for that script (bottom part: Output Variables).