I am setting up a Flow to track working hours and locations, initally added 5 Manual Trigger Input Text to capture users' input and then deleted one of them (Text_4) from input list. When I run the Flow it should capture all my inputted texts, timestamp and location, follow by Excel Insert Row to fill in my Excel. Here comes the issue, Flow prompted me with error below at Insert Row step when i am trying to run the Flow:
"Unable to process template language expressions in action 'Insert_row' inputs at line '1' and column '1683': 'The template language expression 'triggerBody()['text_4']' cannot be evaluated because property 'text_4' doesn't exist, available properties are 'user, key-button-timestamp, key-button-date, location, text, text_1, text_2, text_3'. Please see https://aka.ms/logicexpressions for usage details.'."
Seems like Excel Insert Row function still looking for Text_4 although I already deleted it. Can anyone help me with this error?
Thanks!