I have the following very simple setup (it will be more complex but I can’t get this bit to work for a start):
Slack Watch private message module: only Youtube urls will be posted in here
Text parser: to remove the <> around the returned url link from the slack output. I have mapped to the ‘Text’ Slack output field. With Regex <(https?://[^\s<>]+)>
Google Sheets new line: correctly formatted link is now added as a new line to a google sheet. I have mapped to the output of the text parser.
Issues:
Slack module pulls the link from the slack channel - working well
Text parse is not pulling the output from the slack output
google sheets is not pulling the output from the parse module
If I run the text parse and google sheets modules alone, with a manual link, they both work fine.
Not sure what I’m doing wrong here.
blueprint.json (23.2 KB)