Hello all.
I have an out from get file content as. (Reading text file)
ERID:31200
CaseNumber:12345
From this I need to extract CaseNumber (12345).
I've tried the following expression trim(split(split(body('Get_file_content'), '\n')[1], ':')[1])
But getting out of index error.