Hello!
I currently have a page in Notion with a list of words. I want to randomly select a word from this page. By using List Page Content and Set Value I can currently obtain multiple operations, each operation outputting each word, but I’d like to know how to select a random word from this list and then append it to a Notion page.
The current problem is that it’s using multiple operations to output the variables separately so I can’t assign the words into an array and use the array shuffle function. If anyone knows how to assign these variables into an array, it’d be awesome.
Here’s my current scenario:
Here’re the operations:
Thanks ahead!