Top options in Get outlook

How do i get N number of emails in the top option? Lets say i have 1000 emails, how do i get all 1000 in one go. I don’t want to hard code the value. I tried do this:

But it caused my bot to timeout

put the number in config file and take it from there and convert it to integer here
Convert.ToInt(“yourvaluefromconfig”)

1 Like