조회 수
답글
좋아요 수
Hi @Haricharan,
To update temp table data in ACC v8 using the above script, you must use the "change data source" activity, and select "default data source" in the activity. Then your script should work fine if there are no other syntax errors.
Let me know if that helped.
BR,
Ishan
조회 수
답글
좋아요 수
Hi @Haricharan
The error states that the temp table you are trying to access is invalid, could you check the temp table name by enabling the SQL logs in the properties of the workflow.
Hope this helps!
You can try inserting the value through JavaScript write method also. For reference.
Thanks
Akshay
조회 수
답글
좋아요 수
I have checked the SQL logs and re-run the workflow but the sql logs looks empty.
조회 수
답글
좋아요 수
Hi @Haricharan
Could you please check if the checkbox is "checked".
linking the documentation for reference.
Thanks
Akshay
조회 수
답글
좋아요 수
Yeah yeah the checkbox has been checked!
But the sql logs are empty
조회 수
답글
좋아요 수
Hi @Haricharan,
To update temp table data in ACC v8 using the above script, you must use the "change data source" activity, and select "default data source" in the activity. Then your script should work fine if there are no other syntax errors.
Let me know if that helped.
BR,
Ishan
조회 수
답글
좋아요 수
Hi Ishan,
This is working fine but the thing is while using memodescription to populate the table inside the delivery, its not working!
But using any other field to populate the value its working!
조회 수
답글
좋아요 수