Parameter to dynamically reference the path and name of the current project

I've created a universal connection validator, which includes local path connection validation. The first steps make a delimited list of all local Folder Path parameters. I am doing this by using the Project metadata action, which requires a reference path to a project in the Load file attribute of the action. From there I use a filter to keep only the Folder path column in the Main Module of the metadata table. Those parameters are then put into a pipe delimited list and passed to the validation project as a parameter. I always want the Load file, in the Project metadata action, to be the project that the action is presently in. Can I make a parameter that is the path and name of the current project? Maybe I can get this metadata through another action that will allow for a dynamic project name?

My hope is that we can drop this validation table into already existing projects without any (or minimal) configuration.

You can use the system() function to extract the current project name and path. For instance: