And if I don’t want to (can’t) use, maybe I want to use e.g. Simple Looper to create a list of things. But I don’t understand how I can “grab” only those rows that are checkboxed (i.e. those that are in the Custom State List). I would at least know how to create one thing that is in the Custom State List, for example with ID 2 . How to “pull out” this particular one? I will go further down the list for each “element” in the custom state. But I need this “primary” condition for selecting an element from the list.
UPD.
Here I’m trying to create a new thing and populate the ID field with the value that is in the “field” of the external API - ID, and matches any of the values in the Custom State List (I also tried to specify the first value from the Custom State List). But for some reason my expression doesn’t work, it always takes only the first value of the ID from the List API, but not what I want to take from the Castom State List.
That is, for example, in the Castom State List there is a value 2, and I want the ID field to be filled with the value 2 (but it is fundamental to take this number from the ID field of the external API, because I plan to fill the fields of other values from the external API by this comparison.