#PowerPlatformTip
Автор: Marcel Lehmann (ThePowerAddicts.ch)
Загружено: 2023-06-08
Просмотров: 355
Описание:
When working with Power Automate and dealing with arrays, you may often come across dynamic content and expressions like item()['id']. But what if the 'id' is not always present in each item? This is where item()?.['id'] comes in handy.👇
The ?. is called the 'safe navigation operator.' It ensures that even if 'id' is not present in some items, your flow won't crash. Instead of returning an error, it will return a null. This is a lifesaver when dealing with data that might not always be consistent.💡
So, instead of item()['id'], try using item()?.['id'] for safer navigation in your Power Automate flows!🛠️🌐
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: