Flow Validation Issues

Flow Validation Issues

Comments

  • I have about 239 of these warnings in the Flow and Rule Validation and most of them are probably of no relevance. How do I get rid of these?

    [img]att1[/img]

  • Running the following query will stop the validation issue from being produced:

    Update element_registration
    set from_template_id=null

    This validation warning appears as a result of this column in the element_registration table being populated. Setting this to null removes the error.

    ******IMPORTANT: Backup your database before running these queries.******

Sign In or Register to comment.