Hello UIpath Family can I get to know DOC is empty I have one DOC file in my google account how can we get it now that the file is empty?
I was struck two days, I read the data and stored it in one variable example (Body) if the doc is empty then it won’t go for the workflow but it empty also it’s going to the workflow I don’t know why I use this code NOT STRING.ISNULLOREMPTY(BODY)
In the write line …when you type item. this gives your plenty of options to choose. For you needs you pick Size. If its 0 then the doc is empty. In my case it is 844315 bytes(Result displayed on the output panel)
When you use same variable type in For Each…Note…Instead of Array…you just have to use Google.Apis.Drive.v3.data.File.
When you use the right variable type, whenever you use the row variable say Item and . it will give all the various options tied with that variable type.
In this case, I initially right click at File and Folders activity and choose help. It t took me to Uipath Docs page where you can find a link to google apis options.
Key links…
Most of the time, if I dont know i do a extensive search through the UiPath Forum and read and take notes of the any formula (which I save it to my one note)…