Want to Store 3 grid column values into 1 rule input

Certified Senior Developer

In this grid i have first name ,middle name, last name, these three variables while submitting i want to store it in one rule input.

Example :John jackie smith  (it should display like this)

can anybody help me on this

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to sindhup7044

    IMHO the only really good way of dealing with this, then, would be to have just one text field for "name".

    Even if you can concat the 3 pieces together into the "name" CDT parameter upon entering them into the Editable Grid fields, you're going to have an extremely difficult time separating them back out to populate the individual values for those fields.

    What is your use case for having 3 separate entry fields but not storing the values separately?

Children
No Data