Get Post Data Action

Retrieves specific information from a post, including built-in post fields or custom metadata.

Useful for using post-related content in other actions, such as displaying titles, slugs, or custom fields in real time.

This action does not output anything, and is meant to pass on data to other actions.

Action Settings

Option Default Type Description
Post None Dropdown Selection

Select the post from which to retrieve the data.

Current Post: Retrieves data from the post currently in context.

Another Post: Allows you to specify a different post from which to pull the data.

Data to Get None Dropdown Selection

Choose the type of data you want to retrieve from the post. Options include:

  • Post Title
  • Post ID
  • Post Excerpt
  • Post Slug
  • Post Meta (custom metadata field)
Reference ID None Text Field

Assign a unique name to store the retrieved post data.

Format: Lowercase letters, numbers, and underscores only.