I’m making a sales management app, and one of the bot as below works (show no error in Monitor and Audit Log) but won’t change real data. Could anyone give me the advice to solve it?
●Bot
Event: The shipping Date in Order has changed
Process: Change Order status depending on the shipping Date(From “受注” to “発送準備中” or “発送済” )
Try reviewing the cell’s edit history. That can help direct your troubleshooting–e.g., depending on whether the cell’s value was updated as intended but then reverted to the original value for some reason or was never changed at all.
Thank you very much!
I’m getting forward thanks to you.
●The result of cell’s edit history
I’ve checked the cell’s edit history and found the cell value was changed once as intended but changed again to the previous value almost simultaneously.
●Things I did after checking cell’s edit history
・Regenerate structure of the Table
→Nothing changed. of course
・Directly edit status in form view
→Status had changed and won’t go back to the previous value It implies that the problem is in bot?
・To see what happens, I added the wait step “5m待つ” which waits for 5 minutes at the bottom of the process in bot.
→I found an unknown “update_input” step in Monitor just after the Wait step; which doesn’t show up until I add a wait step. And it changes the status to previous value!!
The typical cause for this issue is that the row whose change triggered the automation is changed again before the automation completes and syncs its results back to the user’s device. For example, this can occur when a grouped action first changes a row in a manner that triggers an automation and then immediately changes the row again.