@fchopo I'm stumped. Below, I'm working with a submission that has the date entered.
The question on my form is Final Due. When I open the Raw Input, I see;
"date": {
"title": "Final Due",
"type": "string",
"format": "date",
"x-ms-dynamically-added": true,
"description": "Please enter or select a date (YYYY-MM-DD)",
"x-ms-content-hint": "DATE"
The Raw Output is;
"body": {
"text": "First",
"text_1": "Last",
"text_2": "4545 First St",
"text_3": "Miami",
"text_4": "Client Residence",
"text_5": "Big Building",
"date": "2021-06-25",
"date_1": "2021-06-25",
"boolean": true,
"date_2": "2021-06-25",
"boolean_1": true,
"date_3": "2021-06-25",
"date_4": "2021-06-25",
"date_5": "2021-06-25",
"text_8": "Anthony",
"text_9": "Active"
I have tried the following;
if(equals(outputs('Get_response_details')?['body/Final Due'],''),null,outputs('Get_response_details')?['body/Final Due'])
if(equals(outputs('Get_response_details')?['body/date'],''),null,outputs('Get_response_details')?['body/date'])
All variations are giving me the same error;
Correct to include a valid reference to 'Get_response_details' for the input parameter(s) of action 'Final_Due_1'.
