Not able to add fields into schedule

Try using the == node instead of the string.contains node (still with cross lacing) this will only set to true when the full string is the same

And for the code block explanation (i missed your question) i search for each item in the list if it is true, and if there is even 1 true, it will output true, so now you got a complete list with true and false to filter your schedulefields by

1 Like