Add Dynamic Configs
Your updated Connections Settings page has the new configs you need. Now we're going to write an init sync flow to populate options for each of those configs.
├── build
├── node_modules
├── src
│ ├── processLogic
│ │ ├── initSync.ts
│ │ └── pokemonSync.ts
│ ├── index.ts
│ ├── lib.ts
│ └── transformations.ts
├── .env
├── package.json
├── PANDIUM.yaml
└── tsconfig.jsonLast updated
Was this helpful?