Admin Limitations vs Do I need a Dev

I’m wondering what I can accomplish from just an Administrator level.
I don’t have access to coding/dev view.

Right now I’m trying to resolve:

  • Renaming dropdowns - the list name itself
  • Removing redundant dropdowns - deleting unused lists
  • Integration of third party software to speak with certain modules
  • Why my workflows won’t trigger if condition is + or - DAYS created
  • What jobs are in the job log aside from the generic “Optimise/Clean/Run” etc

I just want a confirmation if any of this is possible from an admin level, even if it’s a technicality. That way I can proceed to speak to higher ups about the limitations of admin.

Thanks

Hello Isa,

you can get very far, with just admin.

There are labels for fields and lists with values to rename / translate.

You can install a webhook module:

And just do everything else from your integrated workflow software like n8n, activepieces, make or zapier etc…

For that, you’d have to go one time through an API preparation:

The conditions can be tricky. Try to build a report with the same data and conditions first.

In that way, you can first see the data / whether your conditions are correct and then go and build the workflow with the same condition.

You’re talking about the schedulers?

If you go to the schedulers and check, which ones are active and executed how often:

that’s basically what will be executed in your scheduled tasks.

Thanks Bastian, appreciate the thorough explanation :slight_smile:

1 Like