Hi there,
we have a workspace where we check with a HTTPCaller, if an URL has data to download. This workspace works perfectly in FME Form.
If we notice, that there are no data available, we want to become an E-Mail in order to react on time. We have created an automation in FME Flow with an E-Mail-block.
Now we do not know how can we make the match:
- No data to download (FME Form) -> Action failed way in FME Flow in order to send the mail
- Data to download (FME Form) -> Action successful in FME in order to log a message
how can we make it?
Thanks a lot in advance