Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Loop through the journey in AJO

Avatar

Level 1
  1. Is there a way to loop through the journey in AJO if a condition is not met at that time after adding a wait condition?
    • Check the condition in the journey again after x days if the user didn’t qualify for the condition.
  2. Is there a way to add a wildcard/dynamic value in the URL part of the data source for a POST call?
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@ShrikantGovindu,

1. To start with the journey is linear. You could try to enable reentrance of the journey and with the help of segments or condition activity get the appropriate profiles moving into the journey.

2. Take a look at the video on this page explains about how to use data sources with GET call. You can follow a similar approach to make a POST call.

https://experienceleague.adobe.com/docs/journey-optimizer/using/configuration/configure-journeys/dat...

Thanks, Sathees

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

@ShrikantGovindu,

1. To start with the journey is linear. You could try to enable reentrance of the journey and with the help of segments or condition activity get the appropriate profiles moving into the journey.

2. Take a look at the video on this page explains about how to use data sources with GET call. You can follow a similar approach to make a POST call.

https://experienceleague.adobe.com/docs/journey-optimizer/using/configuration/configure-journeys/dat...

Thanks, Sathees

Avatar

Level 1

Thank you @SatheeskannaK .