Yes, I can see the problem. Unfortunately, your whereClause for the table is wrong. Your whereClause should pass the following data owner.objectId='objectId'
I think the following should help you. In the get Customer function, you need to return objectId. Monosnap Monosnap
My problem was not related to anything related in the article, the problem I have discovered is due to the values I require in the Owner column are a relation to another table, thus not a string. How can I structure the where clause to convert the relation data to a string, because I am certain then my problem will be resolved.
is there any chance that there is no value in the Company variable? Have you tried to print it in logs (using the print block)?
Also, you can check what data you retrieve from the table by putting the result in the variable first and then printing it too.
Could you please let us know your results?
I have simplified things for now to try find the issue. I am not retrieving anything from the owner column in the vehicles table, but can receive string from any other column for instance make.
Yeah, in the Load Table object block you can see the relations input. Put there a create list with Owner (just like you did it for the sort by field, but with the Owner value inside).