
Announcements
I created a custom connector with one control as a workflowname (swagger code described below) :
parameters:
- {name: workflowname, in: header, required: true, type: string, default: '@{workflow()}', x-ms-visibility: internal}
If I removed x-ms-visibility: internal it is working fine and returning me workflow information, but with x-ms-visibility: internal it is returning'@{workflow()}' as it is. But I want this to be internal. Is there any way to do this?