Ho to get a value from webhook based on other value.
Ho to get a value from webhook based on other value.
At a glance
The community member has a webhook that returns data, and they want to extract the DOCUMENT_ID and DOCUMENTNAME after collecting the COMPANY_ID. They are using a code snippet to filter the data, but they are not getting the expected results.
Another community member suggests that the filtering should be done on the backend instead of the frontend, as it would be more efficient. The original poster confirms that they could do the filtering on the backend if possible.