Access data in database without lists

Hi,

I would like to access some data in a collection with a button (without displaying any list or form of this collection). Can’t figure out how to do this. Can you help?

Hi @Ela,

You can convert a button to the list.
Then you will need to apply appropriate filters to this button, so that it corresponds to the exact record in the collection you want to work with.
And then you can access this record with the Action.

If you’d like to work with multiple records in the collection with one button, that is more complicated :slight_smile:

Best regards, Victor.

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