I'm attaching my code for help with this. I'm getting an error: The operation Create cannot accept the arguments: , [1000], ["CheckBox"], [2000]
And I can't see where this problem is in my code.
Thank you for any help.
ListViews_v8.aia (37.3 KB)
I'm attaching my code for help with this. I'm getting an error: The operation Create cannot accept the arguments: , [1000], ["CheckBox"], [2000]
And I can't see where this problem is in my code.
Thank you for any help.
ListViews_v8.aia (37.3 KB)
The value/item for the in
socket needs to be a component, not a number
You will have the same issue when creating a Label further down your blocks.
Ahhh yes. Thank you.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.