Is it possible to report only the values from the Matrix subfields in email?

  • rabebri
    Asked on March 28, 2016 at 2:40 PM

    I would like to create an email notification which reports data from the rows of a matrix independent of the table (I am able to get data from the entire table/matrix by using the form field for the matrix (i.e., {RatingsAcAch} )

    I was wondering what codes I would enter to report the 8 items of the matrix separately?
    The 8 ids listed in the properties of the matrix are: #input_128_0_0, #input_128_1_0, #input_128_2_0, #input_128_3_0, #input_128_4_0, #input_128_5_0, #input_128_6_0, #input_128_7_0
    I assumed the form field (or subfield) code would include the matrix name/form field{RatingsAcAch} + the individual ID and be something like the following:{RatingsAcAch#input_128_1_0but this does not work.
    I appreciate any help you can provide.
  • Ben
    Replied on March 28, 2016 at 3:59 PM

    Unfortunately it would not be possible to do the same.

    The only option would be to use several different form calculation to get the value from the matrix field.

    You could hide the same from your form so that they are not shown to people filling it out, while you could remove the matrix field from your form email so that only values from form calculation are shown.Hope that this would work for you.