on 2025 Jun 11 7:16 AM
Hi All,
In the Data upload starter button we have option in edit scripts
1. On before Execute 2. On After Execute
We are trying to run one data action after the upload job ran. So we wrote script On After Execute and it's working perfectly. Now the issue is once you click the Upload starter button and click on cancel instead of Run (As shown in screenshot), still the Data action is executing. Anybody faced this issue and Is there any way to stop the Data action running If we cancel the upload job.
@William_Yu1 @N1kh1l Could you assist here ?
Thanks,
Ravi
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Within the On After Execute event you should wrap your DA execution code within a IF block based on DataUploadExecutionResponseStatus = success. This way it will execute only when DA upload had a success message.
Hope this helps !!
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 7 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.