So I'm running into an error that I can't seem to fix. Whenever I try to set a condition based on a linked record or a formula field, I get that an unknown error has occurred.
My first table, products, have a linked field to a record inside the main product master where the product's vendor is linked. So I've created a lookup field for the vendor record id and stored it inside my products table. The value for that record is "recSdTazTLqgiGtBb".
My second table, Vendor IDs, which contains all of my different Webflow IDs, is also linked to the vendor in the table. Here I get the exact same field value "recSdTazTLqgiGtBb".
Now I want to run automation that temporarily puts a webflow ID into my products record that I'm trying to edit. The trigger is an update to the action field, which works fine.
The next step is a conditional logic group that asks for the status of my product record, which also works just fine.
Next, I'm trying to find the correct record in my Vendor ID Table. So I try to set the condition "Where Vendor (Vendor ID table) is Vendor (Product table) (both linked records, not dynamic). I immediately get the correct result that I am looking for. But If I do the same with dynamic fields, I either get an empty result (use of ID) or the error message that an unknown error occurred (use of Name).
The same happens if I directly ask to check for the stored record ids. I always receive an unknown error occurred, and it drives me mad.
I hope I could describe my problem and hope that someone here can help me.