How to make a request Payout Button?

Is there a way to make a Request payout button when app user gets certain points?

You want the user to be able to request a payout when they get, say, 10 points, right?

Depending on how you’re counting the points, you could create a button that is only shown when the user get to those points. Determined by an ITE.

That button could be an AddRow that fills the columns on your payout request table with the users info.

I hope that gives you ideas.