I have a table, and I want to show a column from a relation based on the current row ID. I don't really know how this should be addressed in OpenBlocks, but I think if I could pass the current row ID to a "getRelationById" function that accepts an "id" argument, it would work. Is there any way to do that?
I mean something like running the SQL query with getRelationById(currentRow.relation_id)
I have a table, and I want to show a column from a relation based on the current row ID. I don't really know how this should be addressed in OpenBlocks, but I think if I could pass the current row ID to a "getRelationById" function that accepts an "id" argument, it would work. Is there any way to do that?
I mean something like running the SQL query with
getRelationById(currentRow.relation_id)