I'm attempting to exclude broadlogs based on the eventDate and the REC_CREATE_DATE plus one day, but I'm encountering an error.
My workflow retrieves records created the day before if it's running today and sends emails accordingly. Therefore, I aim to exclude users who received an email yesterday, and their REC_CREATE_DATE is the day before yesterday. Please advise.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @rvnth ,
From the error screenshot, it looks like you are getting input from a temp Table (Intersection activity) and trying to check the condition. Please check the Internal name of the Intersection activity in the Fork is connected properly.
Regards,
Pravallika.
@rvnth Hi try to add To_Date() function on date conditions.
Views
Replies
Total Likes
Hi @rahuldon1 ,
I am receiving the same error as below when I try to use AddDays or DateOnly
Please suggest
Views
Replies
Total Likes
Ex : REC_CREATED_DATE is "26/02/2024 13:00:23"
This formula will give date of "27/02/2024" only
Views
Replies
Total Likes
Correct @rahuldon1 , I have used the function in similar way mentioned in the screen shot but getting an error Unknown see definition of schema.
Views
Replies
Total Likes
Please add "TO_DATE" function to "eventdate" also.
To_Date(@eventDate)
Views
Replies
Total Likes
Hi @rvnth ,
From the error screenshot, it looks like you are getting input from a temp Table (Intersection activity) and trying to check the condition. Please check the Internal name of the Intersection activity in the Fork is connected properly.
Regards,
Pravallika.
Views
Likes
Replies
Views
Likes
Replies