Hi all!
As a novice user, I'm having a hard time automating a process. Hope I can get some help:
I'm creating an app to track bets in a sports game so:
- I have a parent record "The game" with these fields: Date | Game | Result (Win / Loss)
- Linked to the game I have different bets, usually more than one) with these fields: Status (Open, Closed) | Bookmaker | Odds | Bet
The automation should be:
1- When the game result is updated
2- Find bet records associated with that game
3- Change those bet records' status to Closed
Reading many threads I've seen that I may need to write a script but want to validate before starting to learn how to do it.
Thanks in advance