I have to validate if the UTC date from the event is greater than today and falls in between 8 and 9 AM. Thanks and appreciate your assistance
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
An expression can be used in the condition on the following lines
@{utcTimestampFromEvent} > now()
(If additional time needs to be added, nowWithDelta can be leveraged https://experienceleague.adobe.com/en/docs/journey-optimizer/using/orchestrate-journeys/building-adv...) followed by another check where in the hour will be checked https://experienceleague.adobe.com/en/docs/journey-optimizer/using/orchestrate-journeys/about-journe...
An expression can be used in the condition on the following lines
@{utcTimestampFromEvent} > now()
(If additional time needs to be added, nowWithDelta can be leveraged https://experienceleague.adobe.com/en/docs/journey-optimizer/using/orchestrate-journeys/building-adv...) followed by another check where in the hour will be checked https://experienceleague.adobe.com/en/docs/journey-optimizer/using/orchestrate-journeys/about-journe...
Thank You, cannot use the Time condition condition for the event instead use the UTC Time that is on the incoming event is in the range of 8 and 9 AM. Any suggestion?
Views
Replies
Total Likes
@dugganab any suggestion on how to validate the UTC datetime attribute in the event lies between 8 and 9 AM please
Views
Replies
Total Likes
Views
Likes
Replies