I have a PCF control that invokes an external web service, and the web service details (URL and API Key) will be different in different environments. so these are exposed as input properties on the control. So far so good
However the form containing the control is part of a managed solution, so I can't edit the form and change the control values in each environment; I need to have those configured as environment variables
I'm doing something similar in flows and it works fine there - when I define the flow I can just refer to the environment variables, but when I place a PCF control on a form, I can only bind to a table column or set a static value; I can't reference an environment variable.