Hello everyone!
I have a table, where each record has field with complex info - object, or stringified object, doesnt matter. Lets call this table - T.
Can basic automation do either:
a) I have a linked field to T in another table, so its content is Array of record_id`s from T. Can i select and iterate such array with automation ?
b) Compare complex field content for each record in T with Example, stored in another Table ? (Compare like a string)
or i need Scripting capabilities for that?