#Logic Apps help

1 messages · Page 1 of 1 (latest)

weak forge
#

Hi. I am trying to synchronize a sharepoint library/folder with Azure blob storage. What I mean by this is that if a file is created, modified or deleted in Sharepoint, the same will happen in the blob storage. I have figured out how to create and modify the files via triggers, but I have not been able to figure out the deletion part yet. Does anyone in here have experience with it? Or another way it can be done?

(The picture is the logic apps that create and modify files)

spice trout
#

hi you can add another trigger step when a file is deleted

#

and then do it's synchronization process in logic app parallel branch

#

frodehit tell me if that helps you

#

?

weak forge
#

I have tried it, but the problem is that the trigger executes after the file is deleted, so the file or any of the properties from the file does not exists for the process to work. I have found a different way to do it using another logic apps workflow based on list comparison between SharePoint and blob storage. I will post it here when I have ironed out a small bug.

spice trout
#

ok what is the name of step you use in logic app for list comparison between these two storage technologies and can u send me the picture of workflow steps please!

weak forge
#

this is the work flow the delete functionality. the compose actions are for debugging only. It works