I’ve created a scenario in the Integromat and thinking of moving the whole feature fully to Bubble.io. But not sure whether it is possible. Can someone with relevant experience give me a piece of advice?
Scenario:
- Get data (don’t focus on “Mail webhook”, it can be any data even from Bubble DB).
- On steps 2-3 use Regex and retrieve specific grouped phrases (several ones) from the text that we got on step 1.
- Use those grouped phrases in the next actions.
In my imagination, if there can be a “Run REGEX rule” action, then it should be usable in the next steps as
Result of REGEX step's KEYWORD A
Result of REGEX step's KEYWORD B
Result of REGEX step's KEYWORD C
…