I’m having an issue with a Power App I've developed, where I've created a custom connector that connects to an API I built myself. The API has several optional fields that I can successfully use when testing the connector directly, but things change when I connect the Power App to this custom connector.
Once connected, all the optional fields are treated as required, and I get an error stating that there are fields that must be updated but aren't.
Here’s what I’ve tried:
- Ensuring that the API defines these fields as optional
- Testing the connector independently with the optional fields filled and unfilled
My question: How can I ensure that the optional fields retain their optional status in the Power App? Any guidance or solutions would be greatly appreciated!
Thank you so much for your help! 🙏