• Hi folks, struggling with this for some reason. Appreciate any help.

    I have an Airtable base with a table called “Portfolio Companies”. Simply put, I want to iterate through this entire table (maybe filter later) and pull out various fields to display.

    What I’ve tried to do is the following:
    1. Created the Connection.
    2. Created a “Portfolio Companies” virtual post.
    3. Tied it to my connection.
    4. Set a URL pattern of ^/portfolio/?$. Have tried /portfolio/?$ and a few other iterations too.
    5. Set a Test URL of /portfolio, which is when I see that there are 52 records.

    So, I feel like I’m in good shape so far. Even though it says 52 records regardless of what I put in the Test URL field. Odd…?

    6. Set table name = Portfolio Companies
    7. Set view name = All View
    8. post_title and post_name = Name (one of the fields in the Airtable Table)
    9. Map it to the page I created.

    The page I created has this code:

    [apr_populate field="Name" relatedTo="Portfolio Companies"]
    [apr_loop]
    Name: {{Name}}
    [/apr_loop]

    I’m just trying to list the names at this point.

    Now, feels like I’ve done everything per the videos I’ve watched. However, I have the following problems:

    a. The page I created (if I try to view it directly) results in: No Data Found.
    b. The log says:

    AIRPRESS LOADED
    NO AIRPRESS COLLECTION with which to populate

    c. And I get a 404 error when I try to navigate to /portfolio.

    Really could use some help. Been trying to add and remove some things, poke around, but haven’t gotten what I’m looking for. Feel like it’s probably something simple.

    Appreciate the help!

    • This topic was modified 3 years, 10 months ago by ALB13.
  • The topic ‘NO AIRPRESS COLLECTION with which to populate’ is closed to new replies.