โ01-28-2021 07:20 PM
Does anyone know of an upper bound on the number of actions a custom connector can have or the size of the custom connector ruby file?
โ01-29-2021 07:02 PM
You can implement single action patern (much like the Create record pattern in Saleforce connector) to avoid generating a large scaffolding code. This way the code generated will be smaller and easier to manage/debug etc.