So I’m trying to make the random picker pick 3 totally random Letters (guitar notes to be precise)
and every time the button is tapped, three new random letters should apppear. And I just cannot figure it out. Right now the random picker doesnt show anything at all
You can’t reference the random picker outputs on your screen, only within the component.
So you have to get the record ID available, by updating an input box.
You could also update 3 separate input boxes, 1 for each note, but that will cost you 3 Actions.
So I say… update the input box once, and filter a list (costs 1 Action).
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.