I need to Extract 6 digits from an email body. ChatGPT has instructed me to use Compose with this input:
substring(body('Get_email')?['body'], indexOf(body('Get_email')?['body'], 'Your verification code is') + 25, 6)but when i open the file it just shows the code and not the 6 digits. Also willing to try in Desktop if it's possible

Report
All responses (
Answers (