Is it possible to have dataset with constant url?
I want actor to fill the dataset each run. But I do not want it to add items I just want the items from that run only. So before insert I drop the dataset and then make the new named dataset with the same name and insert the items. Problem is that url is based on id of the dataset and that is different. So is there some way to have constant url?
2 Replies
conscious-sapphire•3y ago
You can construct URL with
username~datasetName
instead of ID and you have to use tokenthanks, this is really helpful