I have created a workflow. An excel with data. User submits data of each row values (T-ID) in excel through MS form. Flow checks the submitted ID is equal to value in T-ID column, if yes, then takes other corresponding values as well and send an email.
Issue is with get a row function. Key column given as T-ID, Key value given using trim function to eliminate space error,
trim(outputs('Get_response_details')?['body/r3d39b6e83fee43c0a2c6f94b8ed978ff'])]. Flow checks T-ID column, but Key value taken is date value submitted in MS Forms, not ID and returns no value found error.
Please help resolve this
