How to get value based on a incoming document
Hi, I have the below input data AccountName,AccountID,PAccountID Abc,5467,6000 dsd,6000,7000 dfghyh,7000,5467 In the output I want the Parent account name based on the input so the output will be like AccountName,AccountID,PAccountID, PAccountName Ab...