The main one is called ‘Radios’, containing basic information of various radio stations.
The second table is called ‘Proposals’, where there is a column titled ‘Issuers’. This column is of type enumlist and references the main table, ‘Radios’.
How can I create an action that generates an Excel spreadsheet containing information about each radio station selected in a given proposal?
If you want to trigger the Bot from the Proposal record, you could add an additional DateTime column to your table and then action button would write new timestamp with the expression NOW().
The final version for my case looked like this example: <<START: SELECT(Rádios[Row ID], IN([Row ID], SPLIT([_THISROW].[Emissoras], " , ")))>><<[Row ID]>><>