Two features required to support the use-case
  1. The Dynamic Workflow picker https://developer.harness.io/docs/internal-developer-portal/flows/dynamic-picker should be able to read inputs from other fields before making an API call. e.g. User provides a few inputs, and the picker shows them options based on that.
  2. Once the user selects an option, the picker should be able to update other fields in the form based on the value(s) available in the response. Alternatively, a new copy of Dynamic picker can be added, which will be hidden but would take the selected response from the user and fetch a larger list of fields and update other workflow form fields.
Old Description: I think we may already have an existing ticket with Max on this but needed to create this to track in case we didn't already have it.
We want to be able to load up an IDP Catalog form and enter 2-3 values and have a script run in the background to pull the previous state of the inputs and auto-fill them.
For example with IaC we want to deploy something and then when we want to update our infra we want to retrieve that state and auto-fill it so folks can see the current state in the form instead of having to start at Zero and manually re-enter all fields (and remember/look up) what those inputs were previously.
Old Title: IDP Enhancement on Pulling state of previous inputs