Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Input Field Types from Bundle #508

Open
TrevorKiefaber opened this issue Mar 3, 2022 · 4 comments
Open

Get Input Field Types from Bundle #508

TrevorKiefaber opened this issue Mar 3, 2022 · 4 comments

Comments

@TrevorKiefaber
Copy link

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.

@Kamehameya
Copy link

@xavdid has this been looked into, is there a time estimate on this?

@xavdid
Copy link
Contributor

xavdid commented Jan 9, 2023

Hi there! I no longer work at Zapier, so I can't speak to action here. @codebycaleb may be able to help update (if any)

@rnegron
Copy link
Member

rnegron commented Feb 15, 2023

👋🏻 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?

@Kamehameya
Copy link

@rnegron that would be perfect!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants