I’m new to Thunkable and am thinking this could be a great solution for an informational app I’m planning on building for my company.
One thing I’m a little stumped on: My company offers a course and we’d like to have a way to have gated content only available to people who are in our network/completed this course. Is this something that’s possible to do in Thunkable?
Sure, in the sense that you can embed a Navigate block inside of an If block. The condition you use in the If block is up to you but it could be a password or the value of a variable that allows the Navigate block to fire and take the user to another screen.