Overview
This article explains whether it is possible to export all Forms when using the Deploy CLI.
Applies To
- Forms
- Forms for Actions
- Deploy CLI
Cause
Currently (As of Sept '24) the Deploy CLI does not support exporting and managing Forms.
Solution
Until the Deploy CLI is updated to include support for Forms, please use the Management API for a programmatic way to manage Forms.
- Fetch all Forms setup on the tenant using the Get forms endpoint.
- It will default to pages of 50 Forms returned per call, the pagination settings can be edited via the documented Query Parameters.
- After calling the above endpoint, the Form’s ID will be known, and therefore each Form can be updated by ID using Update a form endpoint.
Please vote here for adding Forms support to help boost its priority with our Product team: