Hi Guys, I'm facing the postgresql error while SQL execution to update the table name. Let me know why i'm facing this error and i can execute the same SQL in V7 and i'm facing the issue while executing the same in V8
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
I have checked the SQL logs and re-run the workflow but the sql logs looks empty.
Views
Replies
Total Likes
Hi @Haricharan
Could you please check if the checkbox is "checked".
linking the documentation for reference.
Thanks
Akshay
Views
Replies
Total Likes
Yeah yeah the checkbox has been checked!
But the sql logs are empty
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies