ContributionsMost RecentMost LikesSolutionsRe: Order results returned in Pipeline search queryI get an error when I try and do this, it says there are too many results and I should use LOOP. (there are only 400 records from the search) A = Trigger B = Search Results C = Update Record. I am trying to return the max version number (field) from the contacts table so I can use it in a Fetch JSON query so it limits the results returned from the external source. Too obscure? :-) ------------------------------ Chris Jefferson ------------------------------ Can a checkbox synchronise between two tables?Can I create a checkbox in two related tables that updates whether it is checked in either of the two tables (synchronised). e.g., I have a job table and and report table, the job table is the parent table. On the report table is a checkbox called "accepted", if "accepted is checked on the report table (child) I would like it to also check the "accepted" checkbox in the job table and visa versa if it is checked from the job table.