- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2022 09:46 AM
So I have this issue where I want my Resolved_at datetime field equal my Closed_at date time field. Closed_at is always populated.
my script is
Solved! Go to Solution.
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2022 10:26 AM
Hello,
In the future, please give as much information as you can. Meaning, include the table that this flow is on, what you have tried already, what problems you're having, is there any errors, what troubleshooting have you done?
It seems we're having to sort of ask for these things, unfortunately, which causes a bit of delay for you to get your result and depending on the answers to some of those above questions, the approach varies.
Please mark reply as Helpful, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2022 09:59 AM
Allen is right with the approach on how you should do it. The issue with your script is you are missing the current glide variable

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2022 10:26 AM
Hello,
In the future, please give as much information as you can. Meaning, include the table that this flow is on, what you have tried already, what problems you're having, is there any errors, what troubleshooting have you done?
It seems we're having to sort of ask for these things, unfortunately, which causes a bit of delay for you to get your result and depending on the answers to some of those above questions, the approach varies.
Please mark reply as Helpful, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2022 10:42 AM
your right , I just assumed this was a simple issue and didn't want to make everyone read a novel first.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2022 10:57 AM
Hi,
Haha, totally understandable, but a few more small pieces like the table(s) involved isn't too bad to include. I believe you said the record was on one table and the field you're trying to get the closed_at value is from another?
So that makes it a bit more complex to do and we'd love to have you use a no-code solution, versus scripting, if at all possible.
Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2022 11:29 AM
I figured it out, thanks for your help Allen