A schedule api workflow at backend from a button click or event from front end works perfectly
2)Schedule Api workflow from external triggers such as cronjob (configured months ago) works fine
The problem is recently any external triggers (even from cronjob) does not work.The request comes through alright but the last bit where a data change should occur doesn’t.
This makes it seem like you have an action with a conditional in your workflow that isn’t running. Just check that your conditional makes sense and that the Thing you’re changing is actually being loaded into the action (you can see in the logs for Make changes to a thing, if the Thing is empty you know it’s not worked)
Please there are no condiotions attached…I simply want to update users account balalce in my database after they have made payment through the NowPayment api…
I use the detect data on schedule api and I received initial json data. but there after nothing updates on my database
My Candid observation is that my external api no more creates new data.I created 3 more external api triggers but none works .But the old ones still functions
Not sure from your wording, but was the update to database setup using the API initialized response structure, and then the structure was redefined by another initialize? If so, it would explain the failure to update.