having 2 tables first table for Item master and second table for issue and return transaction.
One item may issued & return multiple items. While return, have a provision to capture the condition of the item. This condition should be updated in master table.
How to get the last return of the particular item and capture the condition of the item?
Hi, as you have the virtual “Related Issues” column already, create a new virtual column with the appformula something like INDEX(ORDERBY([Related Issues],[_rownumber],TRUE),1). That will give a key column value from the latest Issue.