Hi Max, as in the tiltle.
When using Joins behavior in a read data action, the table names aliases are not transferred to sortable columns and not to Table data path.
As exemple if using field_name1, field_name2, in sortable and or table data paths everything goes well . If then using Main.field_name3 and AliasName.field_name4 then the sortable columns are not read and same for table data path .e.g. table cells remain empty. For the table data path maybe i did not used the right syntax. I tried field_name3 => ok; but Main.field_name3, or {var:row.Main.field_name3} or {var:Main.field_name3} or {row:Main.field_name3} did not work.
Also in debug, on sql syntax ORDER BY ..... only field name without AliasName or Main appears. also missing quotes ` .
Any hint ? In CF7 all field aliases were well interpreted.
Best,