Hi,
I have created a custom connector to an Azure API and added it to my canvas app. One of the connector actions has a fixed query parameter which I have set to "Required" and "Internal" and specified the query text as default in the custom connector settings. When I go to add an action call in my canvas app it shows that there is a parameter required, and that there is a default value, but I can't figure out how to get it to use the default value! If I leave it blank it complains about the missing parameter, if I put a value it overrides the default (which I never want to do for this action). I tried putting the Default property as the parameter, which the app designer UI was happy with, but then my API tries to use that as the query string and fails. It seems like this should be simple but I'm missing something. Any help greatly appreciated.
Thanks,
Greg