Dynamic Workflow Selection not working after update

Hello @matias.lynch ,

Check this:

Also, in the end please these points:

  1. Try to invoke a file that is not on OneDrive.
    Perhaps your windows security was also updated:
  • Antivirus policies that restrict PowerShell access may prevent the use of PowerShell-related activities. For example, you cannot use Invoke Workflow File and Invoke Power Shell when rule ID 6151 is enabled in McAfee Endpoint Security.
  1. If you have persistence activities within your invoked file
  • When invoking a workflow, make sure it does not contain persistence activities. These should only be used in the main workflow.

More info: https://docs.uipath.com/activities/docs/about-the-persistence-activities-pack

  1. If ‘bej’ contains a dot:

Every invoked .xaml file whose title contains a dot (. ) has all the text that is before the dot (including the dot) replaced with an underscore (_ ).

Source: https://docs.uipath.com/activities/docs/invoke-workflow-file

Hope this helps!
Best regards,
Marius