i have document library name Doc1 , so item type becomes SP.Data.Doc1Item , is there way to get this Dynamically in power automate?
or we can safely concat(SP.Data.Doc1,Item)
please advise
Thanks,
Hi @Shafdev,
Yes, this is stored in the ListItemEntityTypeFullName property of a list. You can retrieve it via a HTTP request, below is a blog where I explained this approach:
https://www.expiscornovus.com/2021/07/10/listitementitytypefullname-within-power-automate/