This topic was automatically generated from Slack. You can find the original thread here.
Hi there, I am having some issues with how to deal with dynamically created props, specifically for the shopify-developer-app integration. I am using pipedream connect and trying to call the actions programatically.
For example in the shopify_developer_app-get-metafields action the ownerId prop is created dynamically in the additionalProps(). When i test in the demo app I see that I select a resource type (for example, Product) and then another input field will show up after which allows me to select which Product ID (passed as ownerId) i want. The problem is when I try to call this action in my code it does not seem to work when i try to send the ownerId in my configured_props (I am guessing that this field gets dropped by Pipedream since it isnt part of the original schema). This means that when I try to call the shopify api I get an error saying Variable $id of type ID! was provided invalid value extensions.value = null (Expected value to not be null).
So I guess my question is how do I pass this dynamic prop to pipedream? Any help would be appreciated. Thanks!