How can I scrap member from a facebook group. I can get it to record the ones that show when the page loads but I can't get it to record the ones once I make it scroll down then new ones don't show in the log. It will just get the ones the loop finds at the start of the loop not the new ones.
You can use "Result" variables that are predefined in BAS. There are 9 of them.
If you need more you can use filesystem actions and create TXT or CSV files
to store any number you need. Similar to that you can use database for such
tasks too.