AEM 6.5 Workflow Process Step "Set Value into Formdata" | Community
Skip to main content
March 5, 2021
Solved

AEM 6.5 Workflow Process Step "Set Value into Formdata"

  • March 5, 2021
  • 1 reply
  • 730 views

In AEM 6.4 Workflow we had a Process Step "Set Value of Element in Json" based on 

"Setting value of JSON Data Element in AEM Forms Workflow"
https://experienceleague.adobe.com/docs/experience-manager-learn/forms/adaptive-forms/setvalue-json-data-in-aem-forms-workflow-article-use.html?lang=en#adaptive-forms

 

In 6.5 I found the Process Step "Set Value into Formdata" out of the box but no description nor documentation.

 

Does anyone have further Details for a proper best practice way to update the formdata in a workflow step (formdata in crx jcr:data either as XML or JSON)?

Links, Documentation, Samples for Process Step "Set Value into Formdata"?

 

Thanks in Advance for any Input

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by workflowuser

if you want to set a value in the submitted data you can use the  OOTB Set Variable Component which will allow you the set a value of an element inside an XML or JSON data.

 use one of the two following custom bundles

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/adaptive-forms/setvalue-aem-forms-workflow-tutorial-use.html?lang=en#adaptive-forms

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/adaptive-forms/setvalue-json-data-in-aem-forms-workflow-article-use.html?lang=en#adaptive-forms

 

I do not see any out-of-the-box component to set a value into FormData.

 

1 reply

workflowuserAdobe EmployeeAccepted solution
Adobe Employee
March 5, 2021

if you want to set a value in the submitted data you can use the  OOTB Set Variable Component which will allow you the set a value of an element inside an XML or JSON data.

 use one of the two following custom bundles

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/adaptive-forms/setvalue-aem-forms-workflow-tutorial-use.html?lang=en#adaptive-forms

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/adaptive-forms/setvalue-json-data-in-aem-forms-workflow-article-use.html?lang=en#adaptive-forms

 

I do not see any out-of-the-box component to set a value into FormData.