• Resolved esprit22

    (@esprit22)


    I have groups/ values like this:
    [select Destination ” DestinationA” ” DestinationB”]
    – Group DestinationA > [select* Date “Date1st” “Date2nd”]
    – Group DestinationB > [select* Date “Date3rd” “Date4th”]
    ——————–
    When I select DestinationA and Date1st”, then in mail and database Date is not “Date1st” but “Date3rd”. So the value of Date is overwritten by value of last group.
    What can I do to prevent this?

Viewing 1 replies (of 1 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    all field names should be unique. You cannot have 2 fields, both named Date, even if they are inside other groups. Try and rename them to Date-1 and Date-2

Viewing 1 replies (of 1 total)
  • The topic ‘Values overwritten by values of last group’ is closed to new replies.