Hi everyone, I am using O365 with Connection. In the “Get List Item” activity, the filter dropdown becomes empty after saving. When I open it again, the condition selected is empty.
eg I selected “completed” when I reopened it. It’s empty.
Hi @Padhamaraj_Pandian
Which. Version of the O365 package you are using?
Can you please use 3.1.10 version and see if issue still persists?
Hi @Mihai_Dunareanu ,
My aim was to fetch the record by ID while giving the list ID and site URL without the list picker. But it was not possible because once I change the list picker to variable input, the ID option was disappearing.
Is there any other option for this, or will it be possible with the new release?
I am using UiPath.microsoftoffice365.activities>=3.1.21
I am using UiPath.microsoftoffice365.activities>=3.1.21
@Padhamaraj_Pandian
Can you try for another version and see if this issue is there in that version as well?
Sometimes, it’s just a bug in the version.
Sure thank you will check and update you
Hi, I tried different versions, but they are still not working.
@Padhamaraj_Pandian
How about using for each list item activity and providing the filter conditions in there?
Perfect, I’ll test it here.
I would like to ask two more questions.
1st This filter from the For Each activity, how you want the information to be placed. I want to only cycle through items where the “Progresso” column = “Não iniciado”?
[image 5]
2nd How to put the content of the current item in the “Apólice” column in the NumberApolice variable?
[image4]
It would help me a lot to know these questions
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
sonaliaggarwal47:
conditions
Thank you @sonaliaggarwal47 . I am already using "for each " as per @prashant1603765 Input. I wanted to check if I can use Activity directly. Thank you for your time.