Add a condition after your REST call that checks the dataview for rows:
%DataViewName.hasRow%
If true, do the thing.
If not, don’t do anything or log it.
Add a condition after your REST call that checks the dataview for rows:
%DataViewName.hasRow%
If true, do the thing.
If not, don’t do anything or log it.