Back to all steps

Remember from e-mail

Step fields
1 address (rmb:slot_1) (text)
2 /regex/ (text)
3 slot (slot)
In a scenario, fields are joined with |.
Extracts a value from the latest e-mail with a regex and puts it into a slot - for one-time codes. Format: address|regex|slot; if the regex has a group, the first group is taken.
Example: rmb:slot_1|/code: (\d{6})/|slot_2, then «Fill field» #code|rmb:slot_2.
Usage example

Extract a value from the latest e-mail into a slot. Format: address|/regex/|slot.

Verification code example: rmb:slot_1|/\b(\d{6})\b/|slot_2fillField #otp|rmb:slot_2.