- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2025 09:29 AM
What is the best practice other than using current.update() in script workflow Activity .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2025 09:52 AM
Hi @Devika ,
you don't have to use current.update() in the runscript activity in the workflow
you can just set current.short_description = 'test' (taken short_description as an example here )
no current.update is required
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2025 09:52 AM
Hi @Devika ,
you don't have to use current.update() in the runscript activity in the workflow
you can just set current.short_description = 'test' (taken short_description as an example here )
no current.update is required
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya