Hello Community
How can I assign a app task to a user?
I tried using the app task output from the create app task activity. I noticed the object has a Id property but it doesn’t work. Any Advice?

Hello Community
How can I assign a app task to a user?
I tried using the app task output from the create app task activity. I noticed the object has a Id property but it doesn’t work. Any Advice?

give a try at
app_task.Id.Value
or
app_task.Id.GetValueOrDefault
also keep in mind as it is a nullable value, maybe a explicit check with HasValue will serve for a more solid modelling
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.