HI,
I just started with make and want to see if it fits my needs.
I created my first make that connects sevdesk and notion. A trigger when I create an order in sevdesk a database item in notion gets added, works well.
Now I want to build a trigger for changed orders, but it looks like the “watch order” trigger, just runs on created and not updated orders.
is there a way to trigger updated orders?
cheers,
ToM
Welcome to the Make community!
To do this, you can try using the sevDesk “Search Orders” module —
Searches for orders or lists them all.
Then, you can order by last modified and filter by updated date greater than last scenario run time.
For more information, see https://www.make.com/en/integrations/sevdesk, and https://www.make.com/en/help/app/sevdesk in the help centre.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
HI,
and thx for your help.
I think I was able to set the trigger. But now I am facing the problem to get the notion database item id. The trigger only delivers the sevdesk infos, so the notion db item id is missing.