Extract Form Fields with Business Rule

alicepyclik
Tera Contributor

I am attempting to create a Business Rule that sends form field data from an HR form to Qualtrics. I am following this documentation from Qualtrics but am having trouble formatting the Business Rule code. Below are the problems I am experiencing:

  • The Business Rule should run only when a form field equals a certain value. In "Filter Conditions," I have been able to filter to the correct form but I am not sure how to filter to a specific form field.
  • The Business Rule should extract data from 3 fields within the form. Again, I have been able to filter to the form but not to a field, so I do not know the field names to include in the code.

How can I filter to the fields, rather than just the form itself? I appreciate any help the community can provide.

5 REPLIES 5

Bert_c1
Kilo Patron

Business Rules run when a table record is querried, inserted, updated, and/or deleted. See:

 

business-rules

 

Find the table of the "HR from" (look in the url to see the table), and then view the table definition to see the column names to use in you business rule.