Objective: I have a JotForm that collects responses from people want to join my platform, including addresses.
I need to create an automation that processes these addresses to determine which country they are in and then directs them through different paths based on the identified country.
Detailed Requirements:
-
Extract Address Data from JotForm
-
Determine Country based on address (AI?)
-
Country-Based Pathways:
- Based on the identified country, I need the automation to follow different paths. For example:
- If the country is the USA, perform Action A.
- If the country is Sweden, perform Action B.
- etc
- Based on the identified country, I need the automation to follow different paths. For example:
I tried using the OpenAI integration but can’t figure out which option to choose to make this work.