Creating a Two-Step Custom Script #18015
Unanswered
paulcarre07
asked this question in
Help Wanted!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I’m working on a custom script, and my goal is to make it a two-step process:
First Step: The script takes initial parameters (such as device type, role, site, etc.) from the user, then creates a device.
Second Step: After the device is created, I’d like the script to automatically prompt the user with a new form that lists the device’s interfaces and allows them to assign IPs to each interface.
I’m looking for guidance on:
How to make this two-step process work smoothly in a single custom script, if possible.
Alternative suggestions for achieving a similar workflow (e.g., using webhooks, multiple scripts, or plugins).
Any help or examples on handling a dynamic or conditional form in custom scripts would be greatly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions