Forum Discussion
Flow to send a daily email noting missing data in a SharePoint List
Hi Tim_Stanley_6959 , have you tried using the length expression to evaluate whether the field has data in it or not? The empty expression may also work with dates (I've not tried it), for example: if(empty('datefield'), = true, 'filter')
- Jon_LakeAug 07, 2024Brass Contributor
Hi Tim_Stanley_6959 , use a get items action to pull list items. In the 'Filter query' field of the action enter your target field name as part of an expression, for example: Approval_Date eq null. That will provide you with all the items where the field is empty.
- Rob_ElliottAug 07, 2024Silver Contributor
Tim_Stanley_6959 it would need to be the get items action, not the get item action.
Rob
Los Gallardos
Microsoft Power Automate Community Super User.
Principal Consultant, SharePoint and Power Platform WSP Global (and classic 1967 Morris Traveller driver)- Jon_LakeAug 07, 2024Brass ContributorI missed an 's', hardly a hanging offence.