I have to assign request to user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi,
I have to assign request to user. We are having flow and there it is setting short description and description field value and there I have to set assignee using system property.
I have created system property and I have to use that system property in flow in action input to assign request to user.
Can you please help me to achieve that.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hello @niveditakumari ,
I also encountered with this use case there I created custom action,
Inputs could be:
Outputs could be:
Using the inputs and outputs I set up, the Script step could be something like the below, using the gs.getProperty() Server Side script method:
Result
Add this action in your flow and enter the name of system property and you will get the value as string in output ->
If my response helped mark as helpful and accept the solution..
