I am building a Zapier application using the CLI tool. The issue i'm having right now is I have duplicate input fields showing up for only some fields. The fields that are duplicated I confirmed are under the operation.inputFields
in my gift creates file. "Gift Amount" and "Amount". It seems like "Gift Amount" is what I would want since it is pulling in the right value from the response.. Here is what I have in code inside the Gift creates file -> I tried adding the attribute "Label" to see maybe it would help but issue still was there. . Here is also what the api will return as well -> enter image description here
I tried removing the inputFields under the operation.InputFields
but the duplicated fields are still showing up. I also tried removing the noun
attribute since I see "Gift" is tagged infront of all the duplicated fields. ex. Gift Amount(api return just "amount", Gift Gift Project Id(api returns just "Gift Project Id) etc."
Any ideas on where I should look at? I appreciate the help in advance!