Extract Form Fields with Business Rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2024 01:52 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2024 05:24 PM
Business Rules run when a table record is querried, inserted, updated, and/or deleted. See:
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.