To filter 14 LinkedIn post objects to the most recent 10 and combine them into a single object, you can use our "Find Recent Posts by User or Company" feature along with the "write to table" functionality. Here's how:
1. Use the "Find Recent Posts by User or Company" feature, providing the LinkedIn profile URL.
2. Set the "Number of Posts" parameter to 10. This will automatically return the 10 most recent posts.
3. Use the "write to table" feature to combine these 10 posts into a single object in your Clay table.
Can you provide more details about the specific Clay table or workflow you're using for this task?
Hey, do you have the table URL so I can take a closer look at your setup?
In general, you’d use a formula to get the 10 most recent posts. Just sort by the key that holds the date—like "date"—and then limit the result to 10. To combine them into a single object, include that in the formula as well.
Let me know if you want help writing it out.