I have work flow to create a share and then set and ACL on the share.
The work flow works preview ok if I set the share name as "share" but if I set it as "share$" I get the following error
Workflow aborted.
No results were found. The following filters have returned empty results:
Filter CIFS share by array, vfiler0 and share name
At command 'Set CIFS share ACL', tab 'Cifs_Share_Acl', variable 'Apply_ACL_Full', property 'cifs_share'
I guess that it cant pass my user input for the share name when it has a $ at the end.
Is there away of quoting or escaping the $, I cant find how to do it?
Dan