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
Unable to determine the type of an input field through the bundle. If I need to format custom fields according to their data type, then I need to make the same request that I've already made to get the dynamic fields in the first place.
Desired Behavior
Have a way to identify the data type of a custom input field through the bundle so that I don't have to make additional API requests in order to properly format data in other outbound requests.
The text was updated successfully, but these errors were encountered:
👋🏻 Hello @TrevorKiefaber and @Kamehameya, we are going through our open issues and working to triage them as best we can.
What do you mean by "If I need to format custom fields according to their data type, then I need to make the same request that I've already made to get the dynamic fields in the first place."? Could you perhaps provide a sample code snippet that shows this in action?
If I'm understanding correctly, perhaps adding a new key to the bundle.meta that provides field-to-type mappings could help here?
Current Behavior
Unable to determine the type of an input field through the bundle. If I need to format custom fields according to their data type, then I need to make the same request that I've already made to get the dynamic fields in the first place.
Desired Behavior
Have a way to identify the data type of a custom input field through the bundle so that I don't have to make additional API requests in order to properly format data in other outbound requests.
The text was updated successfully, but these errors were encountered: