{"id":12953,"date":"2018-09-21T16:40:17","date_gmt":"2018-09-21T11:10:17","guid":{"rendered":"https:\/\/www.inogic.com\/blog\/?p=12953"},"modified":"2018-09-21T16:40:17","modified_gmt":"2018-09-21T11:10:17","slug":"working-with-workflow-and-workflow-assembly-output-parameters","status":"publish","type":"post","link":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/","title":{"rendered":"Working with Workflow and Workflow Assembly Output Parameters"},"content":{"rendered":"<h2><strong>Introduction:<\/strong><\/h2>\n<p style=\"text-align: justify;\">Using the OOB Workflow, you can use values that are only accessible under the Workflow context to perform operations.\u00a0If you want to use values that are not\u00a0under\u00a0the context of the Workflow or not related\u00a0to the entity record for which the Workflow is going be executed, then you will need to write a custom assembly that will retrieve the output parameter.<\/p>\n<p style=\"text-align: justify;\">As shown in the below code snippet, you can write a custom assembly to retrieve values through the output parameters as required;<\/p>\n<pre class=\"lang:default decode:true\">\/\/Refference of account record\nEntityReference refContact = new EntityReference ( \"contact\" , new Guid ( \"2C97F902-555F-E811-A97F-000D3A370EF7\" ));\nsetContact.Set(context, refContact);\n \n\/\/Refference of contact record\nEntityReference refAccount = new EntityReference ( \"account\" , new Guid ( \"9297F902-555F-E811-A97F-000D3A370EF7\" ));\nsetParentAccount.Set(context, refAccount);\n \n\/\/Optionset value\nsetPurchaseProcess.Set(context, new OptionSetValue (2));\n \n\/\/Money field value\nsetBudgetAmount.Set(context, 25000);<\/pre>\n<p>While setting the values using custom assembly, you can see\u00a0that there are\u00a0multiple local values of one custom assembly.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter  wp-image-12955\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2018\/09\/1Working-with-Workflow-and-Workflow-Assembly-Output-Parameters.png\" alt=\"Working with Workflow and Workflow Assembly Output Parameters\" width=\"976\" height=\"535\" \/><\/p>\n<p>For example,<\/p>\n<p><strong>1<\/strong>. &#8220;Custom_Parameters&#8221; attribute contains retrieved output parameters other than entity reference type parameters.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-12956 \" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2018\/09\/2Working-with-Workflow-and-Workflow-Assembly-Output-Parameters.png\" alt=\"Working with Workflow and Workflow Assembly Output Parameters\" width=\"973\" height=\"285\" \/><\/p>\n<p><strong>2<\/strong>. &#8220;Custom_Parameters:setParentAccount (Account)\u00a0contains all the attributes of the referred Account record.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter  wp-image-12957\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2018\/09\/3Working-with-Workflow-and-Workflow-Assembly-Output-Parameters.png\" alt=\"Working with Workflow and Workflow Assembly Output Parameters\" width=\"965\" height=\"556\" \/><\/p>\n<p><strong>3<\/strong>. Custom_Parameters:setContact (Contact)&#8221; contains all the attributes of the referred Contact record.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter  wp-image-12958\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2018\/09\/4Working-with-Workflow-and-Workflow-Assembly-Output-Parameters.png\" alt=\"Working with Workflow and Workflow Assembly Output Parameters\" width=\"975\" height=\"568\" \/><\/p>\n<blockquote><p><strong><em>Note:\u00a0setParentAccount and setContactis are the variables that are defined in the Workflow Assembly, and Account &amp; Contact are the respective targets<\/em><\/strong><\/p><\/blockquote>\n<p>This way, you can use any attribute value of the referred account or contact or any other entity to perform operations.<\/p>\n<h2><strong>Conclusion:\u00a0<\/strong><\/h2>\n<p style=\"text-align: justify;\">Instead of using multiple output parameters to retrieve values from one record, use entity reference of that record as an output parameter, and get access to all its attributes to perform operations.<\/p>\n<p><a href=\"https:\/\/www.inogic.com\/product\/productivity-pack\/click-2-export-microsoft-dynamics-crm-reports\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"aligncenter  wp-image-10864\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2017\/12\/Click2Export-banner.png\" alt=\"Export Dynamics CRM Reports\" width=\"973\" height=\"243\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction: Using the OOB Workflow, you can use values that are only accessible under the Workflow context to perform operations.\u00a0If you want to use values that are not\u00a0under\u00a0the context of the Workflow or not related\u00a0to the entity record for which the Workflow is going be executed, then you will need to write a custom assembly\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/\">Read More: Working with Workflow and Workflow Assembly Output Parameters &raquo;<\/a><\/span><\/p>\n","protected":false},"author":13,"featured_media":12960,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[67],"tags":[1842,1843,1844,1845,1846],"class_list":["post-12953","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-workflows","tag-workflow-assembly-output-parameters","tag-workflow-assembly-output-parameters-dynamics-365","tag-workflow-assembly-output-parameters-dynamics-crm","tag-workflow-dynamics-365","tag-workflow-dynamics-crm"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Introduction: Using the OOB Workflow, you can use values that are only accessible under the Workflow context to perform operations. If you want to use values that are not under the context of the Workflow or not related to the entity record for which the Workflow is going be executed, then you will need to write a custom assembly\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Tushar\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Microsoft Dynamics 365 CRM Tips and Tricks - By Inogic\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Working with Workflow and Workflow Assembly Output Parameters - Microsoft Dynamics 365 CRM Tips and Tricks\" \/>\n\t\t<meta property=\"og:description\" content=\"Introduction: Using the OOB Workflow, you can use values that are only accessible under the Workflow context to perform operations. If you want to use values that are not under the context of the Workflow or not related to the entity record for which the Workflow is going be executed, then you will need to write a custom assembly\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2018\/09\/1Working-with-Workflow-and-Workflow-Assembly-Output-Parameters.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2018\/09\/1Working-with-Workflow-and-Workflow-Assembly-Output-Parameters.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2018-09-21T11:10:17+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2018-09-21T11:10:17+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inogicindia\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@inogic\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Working with Workflow and Workflow Assembly Output Parameters - Microsoft Dynamics 365 CRM Tips and Tricks\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Introduction: Using the OOB Workflow, you can use values that are only accessible under the Workflow context to perform operations. If you want to use values that are not under the context of the Workflow or not related to the entity record for which the Workflow is going be executed, then you will need to write a custom assembly\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@inogic\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2018\/09\/1Working-with-Workflow-and-Workflow-Assembly-Output-Parameters.png\" \/>\n\t\t<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t\t<meta name=\"twitter:data1\" content=\"Tushar\" \/>\n\t\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2018\\\/09\\\/working-with-workflow-and-workflow-assembly-output-parameters\\\/#blogposting\",\"name\":\"Working with Workflow and Workflow Assembly Output Parameters - Microsoft Dynamics 365 CRM Tips and Tricks\",\"headline\":\"Working with Workflow and Workflow Assembly Output Parameters\",\"author\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/Working-with-Workflow-and-Workflow-Assembly-Output-Parameters-1-1.png\",\"width\":150,\"height\":150,\"caption\":\"Working with Workflow and Workflow Assembly Output Parameters\"},\"datePublished\":\"2018-09-21T16:40:17+05:30\",\"dateModified\":\"2018-09-21T16:40:17+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2018\\\/09\\\/working-with-workflow-and-workflow-assembly-output-parameters\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2018\\\/09\\\/working-with-workflow-and-workflow-assembly-output-parameters\\\/#webpage\"},\"articleSection\":\"Workflows, Workflow Assembly Output Parameters, Workflow Assembly Output Parameters Dynamics 365, Workflow Assembly Output Parameters Dynamics CRM, Workflow Dynamics 365, Workflow Dynamics CRM\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2018\\\/09\\\/working-with-workflow-and-workflow-assembly-output-parameters\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.inogic.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/workflows\\\/#listItem\",\"name\":\"Workflows\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/workflows\\\/#listItem\",\"position\":2,\"name\":\"Workflows\",\"item\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/workflows\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2018\\\/09\\\/working-with-workflow-and-workflow-assembly-output-parameters\\\/#listItem\",\"name\":\"Working with Workflow and Workflow Assembly Output Parameters\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2018\\\/09\\\/working-with-workflow-and-workflow-assembly-output-parameters\\\/#listItem\",\"position\":3,\"name\":\"Working with Workflow and Workflow Assembly Output Parameters\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/workflows\\\/#listItem\",\"name\":\"Workflows\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\",\"name\":\"Microsoft Dynamics 365 CRM Tips and Tricks\",\"description\":\"By Inogic\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/inogic-logo.png\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2018\\\/09\\\/working-with-workflow-and-workflow-assembly-output-parameters\\\/#organizationLogo\",\"width\":1000,\"height\":325,\"caption\":\"inogic logo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2018\\\/09\\\/working-with-workflow-and-workflow-assembly-output-parameters\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/inogicindia\",\"https:\\\/\\\/twitter.com\\\/inogic\",\"https:\\\/\\\/www.instagram.com\\\/inogicindia\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCM4V7ousgLSu1hbOEv4DUuQ\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/inogicindia\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/\",\"name\":\"Tushar\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2018\\\/09\\\/working-with-workflow-and-workflow-assembly-output-parameters\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/839d9ae7d2b941d2d09e91df322267a429821f2ce5494302b53bd5ca3679f1a0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Tushar\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2018\\\/09\\\/working-with-workflow-and-workflow-assembly-output-parameters\\\/#webpage\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2018\\\/09\\\/working-with-workflow-and-workflow-assembly-output-parameters\\\/\",\"name\":\"Working with Workflow and Workflow Assembly Output Parameters - Microsoft Dynamics 365 CRM Tips and Tricks\",\"description\":\"Introduction: Using the OOB Workflow, you can use values that are only accessible under the Workflow context to perform operations. If you want to use values that are not under the context of the Workflow or not related to the entity record for which the Workflow is going be executed, then you will need to write a custom assembly\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2018\\\/09\\\/working-with-workflow-and-workflow-assembly-output-parameters\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/09\\\/Working-with-Workflow-and-Workflow-Assembly-Output-Parameters-1-1.png\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2018\\\/09\\\/working-with-workflow-and-workflow-assembly-output-parameters\\\/#mainImage\",\"width\":150,\"height\":150,\"caption\":\"Working with Workflow and Workflow Assembly Output Parameters\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2018\\\/09\\\/working-with-workflow-and-workflow-assembly-output-parameters\\\/#mainImage\"},\"datePublished\":\"2018-09-21T16:40:17+05:30\",\"dateModified\":\"2018-09-21T16:40:17+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/\",\"name\":\"Microsoft Dynamics 365 CRM Tips and Tricks\",\"alternateName\":\"Inogic\",\"description\":\"By Inogic\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Working with Workflow and Workflow Assembly Output Parameters - Microsoft Dynamics 365 CRM Tips and Tricks","description":"Introduction: Using the OOB Workflow, you can use values that are only accessible under the Workflow context to perform operations. If you want to use values that are not under the context of the Workflow or not related to the entity record for which the Workflow is going be executed, then you will need to write a custom assembly","canonical_url":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/#blogposting","name":"Working with Workflow and Workflow Assembly Output Parameters - Microsoft Dynamics 365 CRM Tips and Tricks","headline":"Working with Workflow and Workflow Assembly Output Parameters","author":{"@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author"},"publisher":{"@id":"https:\/\/www.inogic.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2018\/09\/Working-with-Workflow-and-Workflow-Assembly-Output-Parameters-1-1.png","width":150,"height":150,"caption":"Working with Workflow and Workflow Assembly Output Parameters"},"datePublished":"2018-09-21T16:40:17+05:30","dateModified":"2018-09-21T16:40:17+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/#webpage"},"isPartOf":{"@id":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/#webpage"},"articleSection":"Workflows, Workflow Assembly Output Parameters, Workflow Assembly Output Parameters Dynamics 365, Workflow Assembly Output Parameters Dynamics CRM, Workflow Dynamics 365, Workflow Dynamics CRM"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.inogic.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/workflows\/#listItem","name":"Workflows"}},{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/workflows\/#listItem","position":2,"name":"Workflows","item":"https:\/\/www.inogic.com\/blog\/category\/workflows\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/#listItem","name":"Working with Workflow and Workflow Assembly Output Parameters"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/#listItem","position":3,"name":"Working with Workflow and Workflow Assembly Output Parameters","previousItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/workflows\/#listItem","name":"Workflows"}}]},{"@type":"Organization","@id":"https:\/\/www.inogic.com\/blog\/#organization","name":"Microsoft Dynamics 365 CRM Tips and Tricks","description":"By Inogic","url":"https:\/\/www.inogic.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2023\/02\/inogic-logo.png","@id":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/#organizationLogo","width":1000,"height":325,"caption":"inogic logo"},"image":{"@id":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/inogicindia","https:\/\/twitter.com\/inogic","https:\/\/www.instagram.com\/inogicindia\/","https:\/\/www.youtube.com\/channel\/UCM4V7ousgLSu1hbOEv4DUuQ","https:\/\/www.linkedin.com\/company\/inogicindia"]},{"@type":"Person","@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author","url":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/","name":"Tushar","image":{"@type":"ImageObject","@id":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/839d9ae7d2b941d2d09e91df322267a429821f2ce5494302b53bd5ca3679f1a0?s=96&d=mm&r=g","width":96,"height":96,"caption":"Tushar"}},{"@type":"WebPage","@id":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/#webpage","url":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/","name":"Working with Workflow and Workflow Assembly Output Parameters - Microsoft Dynamics 365 CRM Tips and Tricks","description":"Introduction: Using the OOB Workflow, you can use values that are only accessible under the Workflow context to perform operations. If you want to use values that are not under the context of the Workflow or not related to the entity record for which the Workflow is going be executed, then you will need to write a custom assembly","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.inogic.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/#breadcrumblist"},"author":{"@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author"},"creator":{"@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2018\/09\/Working-with-Workflow-and-Workflow-Assembly-Output-Parameters-1-1.png","@id":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/#mainImage","width":150,"height":150,"caption":"Working with Workflow and Workflow Assembly Output Parameters"},"primaryImageOfPage":{"@id":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/#mainImage"},"datePublished":"2018-09-21T16:40:17+05:30","dateModified":"2018-09-21T16:40:17+05:30"},{"@type":"WebSite","@id":"https:\/\/www.inogic.com\/blog\/#website","url":"https:\/\/www.inogic.com\/blog\/","name":"Microsoft Dynamics 365 CRM Tips and Tricks","alternateName":"Inogic","description":"By Inogic","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.inogic.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Microsoft Dynamics 365 CRM Tips and Tricks - By Inogic","og:type":"article","og:title":"Working with Workflow and Workflow Assembly Output Parameters - Microsoft Dynamics 365 CRM Tips and Tricks","og:description":"Introduction: Using the OOB Workflow, you can use values that are only accessible under the Workflow context to perform operations. If you want to use values that are not under the context of the Workflow or not related to the entity record for which the Workflow is going be executed, then you will need to write a custom assembly","og:url":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/","og:image":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2018\/09\/1Working-with-Workflow-and-Workflow-Assembly-Output-Parameters.png","og:image:secure_url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2018\/09\/1Working-with-Workflow-and-Workflow-Assembly-Output-Parameters.png","article:published_time":"2018-09-21T11:10:17+00:00","article:modified_time":"2018-09-21T11:10:17+00:00","article:publisher":"https:\/\/www.facebook.com\/inogicindia","twitter:card":"summary_large_image","twitter:site":"@inogic","twitter:title":"Working with Workflow and Workflow Assembly Output Parameters - Microsoft Dynamics 365 CRM Tips and Tricks","twitter:description":"Introduction: Using the OOB Workflow, you can use values that are only accessible under the Workflow context to perform operations. If you want to use values that are not under the context of the Workflow or not related to the entity record for which the Workflow is going be executed, then you will need to write a custom assembly","twitter:creator":"@inogic","twitter:image":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2018\/09\/1Working-with-Workflow-and-Workflow-Assembly-Output-Parameters.png","twitter:label1":"Written by","twitter:data1":"Tushar","twitter:label2":"Est. reading time","twitter:data2":"1 minute"},"aioseo_meta_data":{"post_id":"12953","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-02-02 06:13:19","updated":"2025-07-04 05:14:27","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.inogic.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.inogic.com\/blog\/category\/workflows\/\" title=\"Workflows\">Workflows<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tWorking with Workflow and Workflow Assembly Output Parameters\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.inogic.com\/blog"},{"label":"Workflows","link":"https:\/\/www.inogic.com\/blog\/category\/workflows\/"},{"label":"Working with Workflow and Workflow Assembly Output Parameters","link":"https:\/\/www.inogic.com\/blog\/2018\/09\/working-with-workflow-and-workflow-assembly-output-parameters\/"}],"_links":{"self":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/12953","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/comments?post=12953"}],"version-history":[{"count":0,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/12953\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/media\/12960"}],"wp:attachment":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/media?parent=12953"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/categories?post=12953"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/tags?post=12953"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}