Actually this sounds really simple but it doesn’t work for me. I upload a file to GDrive and what to get back the file ID. The Upload works and if the output is just a variable like “upload” the output is UiPath.GSuite.Drive.Models.Spreadsheet.Remoteeltern. But if the output is upload.ID there is this error:
we would assume the following derived only from the sceenshots
the Variable uploadID is of DataType: GdriveRemoteItem
the class GdriveRemoteItem has defined a Property ID, which is only Readonly
The configured Assignment First Uploaded File= upLoadID.ID is assigned to set the activity output to the Poperty ID. But this ID is a ReadOnly Propety and we cannot use to let receive a value.
Therfore we got this compiler Issue message
we would do as mentioned
for variable names we recommend to use descriptive own names which are different to any keywords, classnames etc.