Issue with config parameters for extension
Hi There,
I am having a hard time to get the config params working, whenever i add the following to the manifest json as an example the extension produces the console errors as shown in the attachment.
{
"authType": "personal",
"type": "text",
"name": "grippPortalUrl",
"displayName": "Desk Param - User Defined",
"description": "",
"mandatory": true,
"secure": false,
"userdefined": true,
"value": "https://api.gripp.com/public/api3.php"
}
Can you please provide some additional info on the config matter, cause searching this forum and the Internet doesn't give much to go on.
I want to achieve the following:
App that connects to an External API, I have managed to get a Custom Connection connected to API with hardcoded url. But I need the user to enter two config params that are specific environment, one url is the API which is used with the Request API and the other one is a url that I need to concatenate with a ID fetched from the API response and make available as clickable link in the widget.
Can someone help me out?
I also posted a question here but no moderation has happened in the past few days.