
What I am trying to do is to get data from unread outlook emails that has a specific keyword in its title.
'Get Emails' resolves this issue. However, the problem is that there is a 25 limits in reading out the emails, but there are actually over 500 emails that need to be retrived.
So, what I am trying to do is:
1. Initilize variable as 0 (this will be the count of the length of the output resulted from 'Get Emails')
2. Use 'Do Until' and make it stop when the length of the variable is smaller than 1.
3. Put 'Get Emails' in YES property, and then set read emails with the message ID.
4. Set variable as the length of the output resulted from 'Get Emails'
However, I am keep getting an error when setting the variable with the length of the output resulted from 'Get Emails'.
Can someone please help me how to resolve this problem?
Thanks in advance!
Hi @yscx523194 ,
What are you putting inside length() expression?
In dynamic content, as an output there might two values
1. Body
2. value
You need to value inside length expression to get the count.
Hope your are doing the same.
Paste your expression to check the issue.
Thanks
Vivek Pande