How to delete this () when get data from baserow

When I get data from baserow table database.. Then show the data in text box or label..
Column in baserow : 381817
The data came like this.. : (381817)
How to delete this ()..
!?
Because I want to make this data code for users

Instead of using total rows, use lenth of the list of any glob variable

1 Like

The response from baserow is in json format, you have to use json tools to read that data. For your problem I’ve a simple solution, just use replace blocks. one of those pink blocks

1 Like

thank you ..

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.