Insert into a time tracker column

Hi,
I’m attempting to create a timesheet for staff, the way we have it constructed at the moment is a project board that controls all projects within the company.

I’m going to run a search on the project board to identify all projects scheduled for today.
It then runs a filter to see who it is assigned to.
Then we create a new item in a board called Timesheet.
The item name is today’s date (28th July 2022).
I have a column which is a time tracker and I want to insert into this the start and stop times however it is asking for the column ID.

So when I’m getting the value its called
1. Mappable column values.dup_of_caitlin_time_tracking.additional_value[]: started_at

I’m assuming the column id will be
{{1. Mappable column values.dup_of_caitlin_time_tracking.additional_value[]: started_at}}

Is that the correct way to add it? I’m looking to add a started_at and an ended_at value but not sure how to identify them?

Or is the column id “time_tracker” and then the value has the additional value name in etc?

this is currently what I’m trying to use but its not happy