Is there a published list of valid values that can be used here? When extracting the full html table it will utilize innerText-fast which is quick to pull the data but can include extra whitespace around the values which then requires trimming each cell value. I have tested with using just innerText which works but reverts back to innerText-fast once I save and re-open that activity. This makes me think that there might be another way to accomplish reading the table that removes all the extra white space around values.