Hi! We are working on a custom connector. According to best practices recommendations, we have set the control_type for one of our action's input parameters as password. (docs.workato.com/en/developing-connectors/โฆ/schema.html#โฆ)
However, we are finding that, when using that action within a recipe, we are unable to map a datapill to that input field. Instead, it only accepts hardcoded, typed values. I have tried also setting support_pills: true to no avail.
Is this expected? Should we just not use password for control_type if we want to map to it with a datapill? And, if we don't, are there any implications on what is surfaced in logs or job history?