I’ve created a CPT for “Projects” and I’m using a repeater field to track daily “Project Updates”. Each day, a new row is added using the repeater and the relevant information is entered for that particular update. I’m trying to find a way to capture the date/time that the repeater row (“update”) is added or modified so that I can output this information on the frontend.
I know that I can make this work by creating another CPT for the “Project Updates” and use a relationship to tie them together, but I would prefer to keep the updates right in the Project post. This avoids having to switch back and forth between post types and helps avoid tying an update to the wrong project.
Is there a relatively simple way to accomplish this task using the ACF repeater?