Save Failing

Save Failing

Comments

  • The Initialize step, if I remember correctly, was there to produce a list of Validations. This is the Process we were going for:

    For the Initialize Step
        Create Data Type “FormValidationIssues”
    

    i. Plural

    Before Each Add Item to List Step
        Create Data of type “FormValidationIssue”
    

    i. Singular
    Input the Required Validation Issue Message as Constant.

    i. Including the Data Name, etc.
    For each Add Item to List Step
    For the Original List

    i. Pick “FormValidationIssues.ValidationIssues” (From #1)
    See FVIImg1.png
    For the New Item

    i. Pick the Singular “FormValidationIssue” created in #2
    For the Output of the step

    i. Change Value of “FormValidationIssues.ValidationIssues”
    For the End step
    For the Input

    i. Pick the “FormValidationIssues” created in #1

    If you delete the Initialize step, how are you handling the Add Items to List Step?

  • Unknown
    edited November 2023

    This is a form in production that is failing to save when you click the save button. I can reproduce the issue in Test and when I run the debugger and click “Add” the flow it runs up to the point of the field validation flow and looks like it returns a True value:

Sign In or Register to comment.