Softr REST API - making a simple app

I’m setting up an app in softr and I’m using API REST from softr to connect the database. but I don’t understand how to work with linked fields. I have an “Account” table in teable and a “Contacts” table. In Softr I want to display in the account list view the contacts assigned but the first issue is that it is an error to display the contacts and I need to change from Array as Text in the field config. otherwise I for that error.

So with TEXT as an option it works but I had to modify with a script the way it looks to show only the name in Soft configuration But If have two contacts assigned it shows both separated by commas but in one single tag. It should be two tags with one contact per tag.

Are you connecting to REST API or SQL DB ? :slight_smile: