Use Case
To retrieve and display data from form or process pages within a custom page, follow the steps in this document to show product information on a custom page.Video Tutorial
Steps
Step 1: Retrieve Submitted Form Data
Visit the YiDA Server OpenAPI page to review all remote OpenAPIs provided by YiDA, and locate the Form Data query API.Step 2: Configure the Data Source
-
Add a Data Source — Assemble the API endpoint based on the OpenAPI documentation and configure the request URL, for example:
/dingtalk/web/APP_M14MKG7F402M1Q7H2MGO/v1/form/searchFormDatas.json. - Configure the parameters — Add the formUuid of the target form to the request parameters.
- Retrieve the formUuid — Find the formUuid of each form in the current App on the following page.
- Save the Data Source and preview the result.