Skip to main content
September 21, 2021
Solved

How to remove semicolon before text field?

  • September 21, 2021
  • 2 replies
  • 0 views

    Best answer by stewart.burchell

    If the data you're referencing in your interface components is an array (i.e. a list rather than a single value), and the first value is null, then this is how the data will be presented in the User Interface. If you only want a single value then you need to address how the data is being sourced so as to only retrieve a single value. 

    2 replies

    stewart.burchell
    September 21, 2021

    If the data you're referencing in your interface components is an array (i.e. a list rather than a single value), and the first value is null, then this is how the data will be presented in the User Interface. If you only want a single value then you need to address how the data is being sourced so as to only retrieve a single value. 

    September 21, 2021

    Thank you