Is it possible to update an existing dataset based on the input of an existing one through pipeline builder? I have a dataset that backs an object that I need to periodically update depending on if I get new data from a different dataset. Would I be able to leverage pipeline builder for that? Not sure because I would need to use the output dataset as the input dataset to compare updates so that would be a circular dependency that it won’t let me build.
Basically I am wondering if anyone has updated a dataset that backs an object based on the values in a separate dataset? I don’t think I can use pipeline builder/data transforms because the output dataset would technically be compared the input dataset as well. I was thinking the best way to do this would be to create an object with the incoming dataset and then have an automate run on a action/function that creates new objects which are backed by the original dataset as I need it, just that seems like a messy solution.
