Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to build an automation in order to create a report. However, most of my charts are in tab containers. When I use the module "List objects on sheet", I am able to retrieve the IDs of the elements of the sheet, but not those of the graphs inside the tab container. When I switch the "Include child objects" on yes, I get some "childRefId"s but not the full IDs of the graphs. How can I retrieve the good IDs?
Hi @artav
What if you use Get Object Properties?
Hi @artav
What if you use Get Object Properties?
Oh yes, I was trying to use that module on the child IDs so I thought that I would have no way, but I can grab the q!D of the childs from that module applied to the parent! Thank you.