I'm trying to capture all comments and likes for my Instagram feed on a regular basis. I have attempted to use a recurrance for the trigger but I end up pulling all the pre-existing comments/likes every time and duplicating data. Any attempt to remove the pre-existing data or filter the new pull to just new comments/likes results in an Array.
Having triggers of "new like" and "new comment" would provide a like/comment ID one at a time to add a new row the streaming data set within power BI.