shazrinsaliman
Member
- Your Task History ID
- IjU3NmMwNTZjMDYzMDA0MzI1MjY0NTUzMTUxMzQ1MTZhNTQzNSI_3D_pc
Hello guys, has anyone build a workflow for woocommerce > google sheet?
I am experiencing 500 error a lot of times and its quite frustrating. The rundown for the workflow is as follow:
A) Webhook received from WebA
B) Some processing & filters
C) Check if there's any duplicate order id in google sheet and skip as required
D) Some more processing
E) Create WooCommerce Order in WebB
F) Routes based on creation status (success @ fail) send to other workflow B & C respectively
Workflow B/C (more less the same)
G) Some processing
H) Insert a google sheet row
Looking for other alternatives for us to store orders data and interpret it like what google sheet could do. I appreciate if you guys can share some insights on this. Thanks
For tech support: Workflow ID: IjU3NmQwNTZjMDYzNzA0MzI1MjY5NTUzNiI_3D_pc
I attached this workflow id because there are a lot of errors related to google sheet
Some remarks:
I am experiencing 500 error a lot of times and its quite frustrating. The rundown for the workflow is as follow:
A) Webhook received from WebA
B) Some processing & filters
C) Check if there's any duplicate order id in google sheet and skip as required
D) Some more processing
E) Create WooCommerce Order in WebB
F) Routes based on creation status (success @ fail) send to other workflow B & C respectively
Workflow B/C (more less the same)
G) Some processing
H) Insert a google sheet row
Looking for other alternatives for us to store orders data and interpret it like what google sheet could do. I appreciate if you guys can share some insights on this. Thanks
For tech support: Workflow ID: IjU3NmQwNTZjMDYzNzA0MzI1MjY5NTUzNiI_3D_pc
I attached this workflow id because there are a lot of errors related to google sheet
Some remarks:
- Webhook interval ranging from 5 secs to few minutes.
- Added a randomized interval in seconds to avoid rate limit