You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
Great question! When your integration has dynamic fields (such as those populated based on an API call), they're only calculated on load by default. You can mark fields as altering dynamic fields, in which case fields will also be recalculated when that field changes.
In practice, this might be on a dropdown that lets you pick a spreadsheet from your account. When the spreadsheet changes, you want to recalculate the input fields.
Does that make sense?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Link to documentation with issue
https://github.com/zapier/zapier-platform/blob/[email protected]/packages/schema/docs/build/schema.md#fieldsschema
Describe the content issue
There is an input data property called
altersDynamicField
but the meaning of this is not clear.Does this field fetchs for the dynamic values when is changed or is this only as reference?
Screenshots
Regards.
The text was updated successfully, but these errors were encountered: