Oh! That is helpful, although I already figured out how to find the associated IDs in the database. It's in the table ost_help_topic. So now I'm able to use 'topicId' => '26', to change the topic, but I'm having trouble selecting an item from a list. In the example they have: //'Agency' => '58', //this is an example of a custom list entry. This should be the number of the entry.I have a list called "Building" and the variable for that required field is "building". I can't figure out how to set that. I've tried a lot of different ways such as creating a property with a variable for the list and using the type as either the list itself or choices with names and keys. I've tried just using the name and just using a number without setting extra stuff up. I've tried using the Id for the value of the list item found in the database. I can't get it to work!! Any ideas?