Hello everyone.
I need one help in extracting data from outlook. i manage to extract all data from outlook but i stuck at place. I am not able to understand how to extract data which have no specific end character. i need help in extracting last column data pls someone help me.
I am using function like:
1. When a new email arrives
2. HTML to text
3. add a row into a table
My data is like
Region : South
trim(first(split(last(split(body('Html_to_text'),'Region:')),'Branch')))
Branch Name: 445
trim(first(split(last(split(body('Html_to_text'),'Branch Name:')),'Branch Code:')))
RM Name: Rohit Nair
trim(first(split(last(split(body('Html_to_text'),'RM/BSSM Name:')),'RM ID:')))
PS ID: 2003272

Please help in getting ps id number.
Thank you