Help
John_Zimmerman
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Aug 02, 2019
‎Nov 29, 2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 1 Kudos given
  • 5 Kudos received

User Activity

Hi, folks. Let’s say you have a base with two fields: Pet (single line text) and Fruit (multiselect: Apples, Bananas, and Oranges). Turns out that the comma is used as a multiselect field separator. After much trial and error, the following CSV impor...
Greeting from beautiful Austin, Texas! I’d like to suggest a new logical operator, “IN”. It would return true if any value matched the field. It would look something like this: IN({myTestField}, “text1”, "text2,…) or IN({myIntegerField}, 2001, 2002, ...
Hi, folks. We’re about to do a big import, and I was wondering what is the maximum character length of a single line text field. Thanks.