Hi everyone
I am creating a task app in Kodular where users will earn random points by completing different tasks.
I want to set a system like this: 5 Points = βΉ1 (Indian Rupee)
For example, if a user has 500 points, it should show βΉ100.
I need help to add this auto conversion system in my app β so that points are automatically converted into rupees and shown in a label or text box.
Can anyone guide me on how to do this using blocks in App ?
(Like what math blocks and logic I should use)