Hi team,
I am capturing data from process metrics report and storing to oracle db as it's business requirement.
Now I just want to check is there any inbuilt functionality of Appian which only writes the rows in table which has been not inserted in the previous run ?
if not is there any suggested way you recommend that can be followed to achieve the same ?
Discussion posts and replies are publicly visible
Would need to know more about your requirements to give a proper solution but one way to do it could be to calculate a unique composite key or a hash from key portions of the data. This way you can rerun your inserts without inserting duplicates.