You can write like below:
var total =0;
var oFields = xfa.resolveNodes("tblHandlingUnits.rowHUDataTBL[*]");
for (var i = 0; i < oFields.length; i++){
var rowInstance = oFields.item(i);
// Now with rowInstance you can access any fields inside this
total += parseInt(rowInstance.(path to your fiel...
Follow the below link:
https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-questions/get-current-date/m-p/117777#:~:text=write%20the%20script..-,Num2Date(Date()%2C%20%22MM%2FDD%2FYYYY%22,and%20search%20for%20Num2Date%20function.
Flowed and allowed page breaks in every component below and up the table should work if given. Check the table rows to allow page breaks or if they wrap inside any subforms.
Check your main page property for page breaks etc. Also, check the pagination property if the page is positioned in the desire...
From the logs seems like your schema is not valid, are you using json or xsd file? Need to check your schema.
Caused by: com.github.fge.jsonschema.core.exceptions.ProcessingException: fatal: content at URI "crx:/content/dam/formsanddocuments/schemas/schema.xsd#" is not valid JSON
level: "fatal...
Please check if your service is working in the Test Form Data Model window. If yes, then check the configured argument.
https://experienceleague.adobe.com/docs/experience-manager-65/forms/form-data-model/work-with-form-data-model.html?lang=en
One approach will be to expose the Post method servlet as RESTful API, using a swagger file to create data source configuration and create a form data model based on it and integrate it with your form.
Take a submit button and Configure the Adaptive Form container submit action as Submit using th...