Currently Royal TSX supports Dynamic Folders, but programs running will use the BASH profile for it.
The issue is that since Catalina ZSH is the default shell and not BASH. Because of this, on new installs there is no BASH profile. This might cause issues for programs running in a Dynamic Folder script.
For example: BitWarden CLI requires Node.JS, but running from Dynamic Folders, Node.JS can’t be found. That is because the BASH PATH is empty, so the Node executable can’t be found.
When running the Dynamic Folders script manually from the default macOS Terminal (ZSH), everything works without issue.
I’d suggest to support ZSH in macOS, at least in addition to BASH. So make it a choice whether to Evaluate to BASH or ZSH profile.
For now, a workaround is to create the ~/bash_profile file and set the PATH (and other profile settings) manually in it.