• Resolved fhayes

    (@fhayes)


    I have two configurations for separate tables within a single airtable base. is it possible to reference multiple configs in a single page?

    Config 1:
    Configuration Name: Metrics
    Select Connection: Default
    Select Post Type: Page
    Airtable Table Name: Metrics
    Airtable Column: Company
    wordpress field (id or post_name): post_title

    Config 2
    Configuration Name: testing
    Select Connection: Default
    Select Post Type: Page
    Airtable Table Name: Profile
    Airtable Column: Company
    wordpress field (id or post_name): post_title

    Currently if i use a tag such as [apr field=”Name”] it will only pull data from Config 1. All columns/fields are unique.

Viewing 1 replies (of 1 total)
  • Plugin Author Chester McLaughlin

    (@chetmac)

    Short answer no.

    Long answer, no not multiple configs. But yes, multiple tables as long as the two tables are related. Then you can do something like:

    
    [apr_populate field="My Field" relatedTo="Related Table Name"]
    
    [apr field="My Field|Name"]
    

    Notice how the pipe character “|” separates the field name from the related tables field name.

Viewing 1 replies (of 1 total)
  • The topic ‘Using multiple field configurations in single post page’ is closed to new replies.