Hi all,
I am struggling to find an (easy) way to include a condition that checks the number of days since last run in a Guardian condition.
I can create a custom column and have the values in there so I can see them when using BetAngel itself but I don't seem to be able to find a way to reference this value as a condition.
I can load values from a file but that requires scraping the runner details which is quite cumbersome. It would be nice if there were a way (is there?) to export the values from the custom column so at least that simplifies the process.
Has anyone come up with a way to do this ?
I know there has been a suggestion made to include this as a Stored Value for future versions but in the interim has anyone else achieved this besides scraping runner details and creating a file to import ?
Thanks in advance
How to reference "Days Since Last Run" in a guardian condition
-
- Posts: 5
- Joined: Tue Apr 07, 2015 11:08 am
In case anyone else is interested/facing this, I solved this using the API to retrieve RUNNER_METADATA then parsed that to a CSV and loaded as stored values
So not as fiddly as I thought.
So not as fiddly as I thought.
Thanks for posting the solution!nicenspicy wrote: ↑Mon Jul 17, 2023 6:08 amIn case anyone else is interested/facing this, I solved this using the API to retrieve RUNNER_METADATA then parsed that to a CSV and loaded as stored values
So not as fiddly as I thought.