Expand my Community achievements bar.

SOLVED

AEM 6.5 Workflow Process Step "Set Value into Formdata"

Avatar

Level 2

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-...

 

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

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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-f...

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/adaptive-forms/setvalue-json-...

 

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

 

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

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-f...

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/adaptive-forms/setvalue-json-...

 

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