a week ago
Trying to build a recipe to download the list of locations in NetSuite and either add or update a SharePoint list. I've created a task to search the SharePoint list by InternalID (Unique ID / Field from NetSuite). I've created an IF condition task of SharePoint List InternalID equals NetSuite Internal ID - if YES, update SharePoint List Row, if NO Add SharePoint List Row.
I'm starting with a blank SharePoint list. The problem is that the recipe seems to execute the YES task and then executes the NO task. I'm going crazy here! Any help is appreciated.
a week ago
Hi @mwalketx320,
Could you try using the following steps:
1. Scheduled Trigger
2. Search Location In Insuite[BATCH].
3. For Each Item in Step 2 search.
4. Search for item in Sharepoint using the Netsuite ID.(dont use Batch action)
5. In the IF condition check is there any response from the Step 4.
6.If response is Yes, update the sharepoint list and If No response add to sharepoint List
Since you are using Batch action in Sharepoint search, the datapill tree structure might be shown as LIST instead of HASH.
Also in IF condition check the Internal ID from Step 3 and Step 4 instead of Step 2.
Could you please try these and let me know if you are facing any issue.
Regards,
Prudvi
a week ago
Hi @mwalketx320 ,
After reviewing your logic, here are my observations:
Hope this helps! Let me know if you need further clarification.
Thanks and Regards,
Shivakumara K A