I am using the AzureBlobStorageConnector in my workbench, which takes as a parameter a "Container" value.
I have been using just the name of the container, which is a published string parameter. This works when running the workbench locally as well as when running it from the FME server interface.
My issue is when I attempt to create a "Repeat on Interval" schedule; for this parameter, when I enter the container name as a string value, I get the following error and the schedule cannot be created:
Unexpected value "l"containername"]" for parameter "value", expected scalar
Is this expected behaviour? Is there another format I am supposed to enter this name in instead?