Hello. I'm trying to add a record in AiTable but the Pabbly Connect error "field: Postal Code Single Select field value must be string" is preventing it from finalizing. I've tried a variety of methods to see if I can make it a string but they're not working. For example, I've tried adding a space, I've tried formatting TEXT(value,""), I've tried TEXT(value,"#"), I've tried adding quotation mark "value" and this works but it literally sends through with the marks: "12345" instead of 12345. Can someone help with the best method to simply send through a value as a string?