Hi team, I’m trying to obtain the “Sheet Id” (Smartsheet) of a sheet in a specific folder. The objective is to remove the existing file of this folder before import a new one with same name.
I would like to use the “Invoke Smartsheet Operation” (delete action) to remove the old sheet previous a new migration of a csv file with same name on the same folder (daily migration import). One of the parameters to remove the sheet is the “sheet id” but as I am creating the file the day before I just know the “sheet name” (specified during the import).So, which actions in UiPath Studio X permits to obtain the Id knowing only the name?
Thanks in advance