Not able to getcontentDetails with UUID

 

I face above attached error during deployment inspect to higher environment. When i apply getcontentdetailsbyuuid on 1st UUID, it returns me the name of the object. But when i try to do getcontentdetailsbyuuid on the 2nd one, it throws me an error "Expression evaluation error at function 'getcontentdetailsbyuuid' [line 3]: String index out of range: -1"

Can anyone of you let me know the reason for it? Is it because that it is entity?

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents
  • As Brad mentioned, if you're running this in the destination evironment, it's expected to not be there since you're receiving this inspection error.

    However, if you're running this in the source environment, it could be because getcontentdetailsbyuuid doesn't evaluate data store entities. If that's the case, I recommend exporting all your data stores and searching them with the relevant UUID to find the specific entity missing from your patch.
Reply
  • As Brad mentioned, if you're running this in the destination evironment, it's expected to not be there since you're receiving this inspection error.

    However, if you're running this in the source environment, it could be because getcontentdetailsbyuuid doesn't evaluate data store entities. If that's the case, I recommend exporting all your data stores and searching them with the relevant UUID to find the specific entity missing from your patch.
Children
No Data