Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Is there a timeline or estimated release date for basic or advanced RBAC for Workflows (for SSO dashboard logins)? Basic:Meraki Dashboard Role with only access to Automation (Edit) or (Run)AdvancedTAG-based to allow a role to execute only automations...
I am using Replace String to perform a urlEncode, replacing / with %2F. This works; however, there is no option to set a variable, or the input variable does not appear to be modified. What step would be required to get this to work?
Is there a Meraki/Workflows available to help manage our routine operations? For example, be able to bulk add/delete targets? I thought I recalled an API with the non-Meraki version of workflows, but I can’t find anything except one item in the early...
Should the request approval task send an email or notify that a task is waiting for approval or do I need to build this in and send the email as part of the automation? If not, is there a way to use the output of the approval task to trigger a send e...
For some target types, for example, Microsoft Windows Endpoint, we cannot select a remote to communicate with on-premises Windows servers. However, items such as a terminal allow me to select a remote. We are missing this: Other targets are also miss...
This is great, thanks! We were doing it in a different way, but it is nice to have direct access. We are happy to share targets to make additional tasks visible (DNS MACD, Host MACD, DHCP MACD, DTC, etc.)
Thanks for the update. I ended up creating a parallel block which gives me a way to notify while approval is pending, but I am stuck on making a direct link. For now I just include details of the request and a dashboard link. It would be nice to dire...
Thanks for the update! I’m looking forward to that update. In the meantime I’m testing both HAPROXY and FastAPI as a stopgap to on-prem endpoints to act as a forwarding agent, but for ease would greatly prefer to be integrated.
I ended up figuring this out. I needed to replace the string first, then set a new variable to the output/result of the replace string activity. After doing this, the relative URL path was updated to use the new variable with the encoded interface nu...