Hi there,
I am a newbie when it comes to Flow, so my question might seem trivial:
I want to do the following:
extract a set of contacts from an SQL Table
and add those into a sharepoint list, that are not already in that list.
so I would go about this like this:
action: get rows (as defied by sql table and columns)
for each
define array SQL (values of the sql data)
get items (sharepoint list)
define array SP (values of sharepount list)
condition
if array SQL = array SP
when yes then nothing
when no
sharepoint create item
would that work ? is that the right way to go ?
Thank you in advance
regards