From c971a2e044f5a04e2ad3fce53e48868dfb866739 Mon Sep 17 00:00:00 2001 From: "B@il" Date: Tue, 24 Dec 2024 13:34:06 -0800 Subject: [PATCH] Update makeHTTPCallCPE.html Fixed onChange and removed isShowMergeFeildReplacer from popping up on POST methods, allowing variables to be used from flow resources as the setBody of a POST request. This is my first pull request so please let me know if I've done something wrong. I also have a pull request I'll propose after this one to the js file. --- .../main/default/lwc/makeHTTPCallCPE/makeHTTPCallCPE.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flow_action_components/HTTPBuilder/force-app/main/default/lwc/makeHTTPCallCPE/makeHTTPCallCPE.html b/flow_action_components/HTTPBuilder/force-app/main/default/lwc/makeHTTPCallCPE/makeHTTPCallCPE.html index 30c6d3dc0..186c91820 100644 --- a/flow_action_components/HTTPBuilder/force-app/main/default/lwc/makeHTTPCallCPE/makeHTTPCallCPE.html +++ b/flow_action_components/HTTPBuilder/force-app/main/default/lwc/makeHTTPCallCPE/makeHTTPCallCPE.html @@ -55,7 +55,7 @@

{errorMessage}

label={labels.Body_Label} builder-context={_builderContext} name="Body" - onvaluechanged={handleFlowComboboxValueChange} + onvaluechanged={changeBody} value={body} value-type={bodyType} class="slds-m-around_medium" @@ -84,7 +84,7 @@

{errorMessage}

-