Get initial content from separate data table

I have a data table with “Add-on Services”. They are just text and there is a column that holds the unique ID of the Service that the Add-on belongs to.

I have my form page set up as a Service type and I’m trying to grab the Add-on Service text that belongs to the Service, to put into the Initial Content input when editing.

Unfortunately, all the ways I’m thinking about writing the logic seem incorrect. In my mind, I just want it to read “If Add On’s ServiceID = uniqueID of Page, display Add On Name text”.

I’m kind of stumped how to write that in Bubble’s format though.

This is my latest attempt, but the data is coming up empty

My last post seems to be the solution, there was just another error in my workflow that needed to be fixed.