Hi everyone, I am creating a task in a Scheduled S...
# suitescript
n
Hi everyone, I am creating a task in a Scheduled Script to update a CSV file in the File Cabinet. Is there anyway to have the task finish before continuing with the script?
m
What do you mean?
n
I am trying to update a CSV file in the File Cabinet and then load the contents of the new file. However when I submit the file it's still pulling the size & contents of the old file
So trying to find a way to pull the size and contents of the new file without having to create a new script if possible
m
So you need to load the file, make some process on its data, then save the updates?
n
yup pretty much save a saved search into a csv and then load that data and then process the data into https call
b
use SearchTask.addInboundDependency if you are using a search task
n
awesome thank you! This worked!
i just recalled the same script