I'm building a flow that will remove an entry in a row after 6 months. I want the below 4 fields to be blank after 6 months, essentially. They are part of a row with more fields.:
This is what my current flow looks like:
With compose having the formula:
I have tried a few variations, and they're all failing. Can anyone spot anything?
Hi,
Pls pass body of filter array:
when you hover mouse, it should look like: body('Filter_array')
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Thank you for your reply!
I think there's still an issue with my apply to each.
Unable to process template language expressions for action 'Apply_to_each' at line '0' and column '0': 'The template language expression 'outputs('Filter_array')['body/value']' cannot be evaluated because property 'body/value' doesn't exist, available properties are 'body'. Please see https://aka.ms/logicexpressions for usage details.'.
Which of the below should I be using?
Hi @patty2904
Assuming 'Last Strike Date' is the unique column in excel file to update record in it.
You need to select the 'key column' as 'Last Strike Date' and add an expression in 'key value' parameter. Expression needs to be added in the function box as shown below:
items('Apply_to_each')?['Last Strike Date']
If this helps & solves your problem, please remember to give a 👍 and accept my solution as it will help others in the future.
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492