Flow executions show loading but never openDescriptionUnable to open flow executions; they display as "loading" but never open the flow executions. There is a console error seen at Trigger.renderRelease or EnvironmentMadrid, OrlandoCauseOne of the subflow input is named as "current", which is the object property that is used for the current TRIGGER Record. That is causing the console error at Trigger.renderResolutionDo not use a input name as "current", change the input name from "current" to fix this issue.