Access Action properties on a script

Hi

I want to run some action and then access the action type in the script editor,
I can successfully access the Action Description property with this PowerShell command:
Write-Host $Action.Description
Is there a list of propertied that can be access by a script ?
I’m mainly interested in the action type.

Hi

There isn’t a reference for these. Your best option is to use the property inspector to see the action property inspector

1 Like