0
Issues (Some idea)
1. Too many API calls to Ninox (one for each record):
The openRecords function iterates through the selected records and opens a popup for each. This can overwhelm the application and browser, especially with a large number of records.
2. API or browser limits:
Ninox may enforce rate limits or restrict the number of simultaneous operations to prevent overloading. Similarly, browsers may block or slow down multiple popups being opened at once.
4 replies
-
let list := ( let x := split(text('Artist Choice'), ","); for item in x do let i := first(select Artists where 'Artist Name' = item); " <aside class = 'double' style='text-align:center; font-family:Helvetica; font-size:16px; color:dimgray; background-color:#FFF;'>📀 I n f o / A r t i s t </aside><br> <span style=""color: black"">Artist Name: </span> <span onclick=""ui.openRecord('" + raw(i) + "')""; style=""color: #1E90FF;font-size:18px; cursor: pointer; text-decoration: underline;"">" + i.'Artist Name' + "</span><br><br>
The ui.openRecord work with few records if there are too many records it stops working.
With 60 works fine, with 550 no working
Content aside
- 3 mths agoLast active
- 4Replies
- 68Views
-
2
Following