Loop through the journey in AJO | Community
Skip to main content
Employee
September 14, 2023
Solved

Loop through the journey in AJO

  • September 14, 2023
  • 1 reply
  • 1418 views
  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?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SatheeskannaK

@sgovindu,

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/data-source-journeys/about-data-sources.html?lang=en

1 reply

SatheeskannaK
SatheeskannaKAccepted solution
New Participant
September 15, 2023

@sgovindu,

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/data-source-journeys/about-data-sources.html?lang=en

Thanks, Sathees
SgovinduAuthor
Employee
September 22, 2023

Thank you @satheeskannak .