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?
Could you share the configuration?
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1