Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2024 11:28 AM
task.description = '1 Download Adobe Creative Cloud from the users web portal (https://account.adobe.com/) If the user does not have an existing Adobe account,the portal may ask them to configure a password.This password is unique and not attached to the WGL domain.'+
'2.Install the application.'+
+'3 Login using the users email address'+current.variables.email + ';and password created in step 1 ';
Solved! Go to Solution.
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2024 11:34 AM
@poco Please update your code as follows to show each point in a new line.
task.description = '1 Download Adobe Creative Cloud from the users web portal (https://account.adobe.com/) If the user does not have an existing Adobe account,the portal may ask them to configure a password.This password is unique and not attached to the WGL domain.\n'+
'2.Install the application.\n'+'3 Login using the users email address'+current.variables.email + ';and password created in step 1 ';
Please mark the answer helpful and correct if it manages to address your question.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2024 11:34 AM
@poco Please update your code as follows to show each point in a new line.
task.description = '1 Download Adobe Creative Cloud from the users web portal (https://account.adobe.com/) If the user does not have an existing Adobe account,the portal may ask them to configure a password.This password is unique and not attached to the WGL domain.\n'+
'2.Install the application.\n'+'3 Login using the users email address'+current.variables.email + ';and password created in step 1 ';
Please mark the answer helpful and correct if it manages to address your question.