basically I'm getting a dataset from an external API. In getInputData I'm returning a saved search. In map I want to check if the current search result is in the external dataset and if so, send an update request to the external API with the current NS data. If not, send a create request to the external API with the NS data.