19
Aug
Display post column
Comments
Trigger creates a new admin column on a posts page in the WordPress Dashboard and executes workflow repeatedly for each cell in a post row.
Trigger creates a new admin column with a given name on a selected post type page like Posts or Pages. Workflow will be executed for each post on a page during displaying cell. This allows to display any content related to particular post on selected admin screen.
Use {TRIGGER}
pattern in the workflow to get post ID for currently displayed cell.
Do not forget that you have to use Display it action to display some content in a cell.