Hi. What would be the syntax in Fusion when I want to retrieve and object only if it was last updated within the last 48 hours or 2 days:
Sorry if this is documented elsewhere, but I couldn't locate this detail in my Searches.
Solved! Go to Solution.
Views
Replies
Total Likes
you would want to do add days and then use a negative number to go back 2 days.
addDays({now};-2)
There is some documentation here on functions in fusion
I think I found the solution on this thread: https://experienceleaguecommunities.adobe.com/t5/workfront-fusion-2-0-questions/wildcard-date-filter...
Does this look right?:
Thanks in advance for your help.
Views
Replies
Total Likes
you would want to do add days and then use a negative number to go back 2 days.
addDays({now};-2)
There is some documentation here on functions in fusion
Instead of doing it in a filter, you could just add it as a parameter to your query, to the effect of
lastUpdateDate = {today -2}
lastUpdateDate_Mod = gt
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies