Run Recipes
Save Flow filters and Value overwrites so you can start the same Run again.
When to use a Recipe
Create a Recipe
Iterate over Value sets
[
{
"primaryValue": "United Kingdom",
"COUNTRY": "UK",
"USERNAME": "user_uk",
"BASE_URL": "https://uk.example.com",
"CURRENCY": "GBP"
},
{
"primaryValue": "Germany",
"COUNTRY": "DE",
"USERNAME": "user_de",
"BASE_URL": "https://de.example.com",
"CURRENCY": "EUR"
},
{
"primaryValue": "France",
"COUNTRY": "FR",
"USERNAME": "user_fr",
"BASE_URL": "https://fr.example.com",
"CURRENCY": "EUR"
}
]Related
Last updated