Flow Logic "Dynamic Flow" is unable to find subflow if the name includes a full stop/periodDescriptionIf the string used for the 'Flow' field in the Flow Logic 'Dynamic Flow' includes a "." the corresponding subflow cannot be foundSteps to Reproduce * Create a new subflow with an arbitrary action (eg log)* Name that subflow "Test name with ."* Create a second subflow and add the Flow Logic "Dynamic Flow"* Choose a Flow Template, eg "Add a Pause"* Provide the name used for the first subflow in the Flow field, eg "Test name with ."* Publish both subflows and testWorkaround"." is a special character, when using the Flow API for example the period is used to execute a flow, subflow, action, example: sn_fd.FlowAPI.getRunner().action('global.someaction').inForeground().run(); Do not use special characters, especially "." in Flow, subflow and action names.Related Problem: PRB1846628