The fallback step enumerates forms available to the connected account
Source references: 1The workflow recommends an unscoped `forms list` command when the ID is unknown. This may expose names or metadata for forms unrelated to the task to the executing agent and its logs.
On a shared account or one containing sensitive projects, the existence and metadata of unrelated forms may be disclosed.
When the user does not provide a form ID, this active step lists the forms available to the account, with no visible name, folder, or other scope restriction. That serves the stated goal of locating the target form, but could expose unrelated form names or metadata to the agent context or command logs. A user can provide the form ID directly or ask the author to document returned fields and support a narrower lookup.
1. List forms: `gws forms forms list` (if you don't have the form ID)2. Get form details: `gws forms forms get --params '{"formId": "FORM_ID"}'`