0:06
hello everyone in this video we are
0:08
going to see how to access query
0:12
parameter value in Salesforce screen
0:15
flow in the experience Cloud
0:20
site this is a sample screen flow I have
0:25
created it will display a radio button
0:28
to approve or decline
0:31
it assigns the selection to the payment
0:38
variable using update
0:40
records I am updating the opportunity
0:46
record and payment status I'm setting it
0:50
to the payment status that was
0:55
selected here opportunity ID is an input
1:00
in the experience Cloud uh site Builder
1:03
when we configure the screen
1:05
flow for this opportunity ID I'm
1:12
expression here ID is
1:20
param I'm going to make use of this uh
1:28
context so I edit Ed the flow I enabled
1:33
override default behavior and restrict
1:35
access to enabled profiles or permission
1:40
sets after that I added the
1:43
flow to the guest user
1:49
profile so this is the
1:54
site and uh this is the opportunity ID
2:06
opportunity payment status
2:10
null I'm going to decline
2:24
opportunity so in order to get the U URL
2:30
we have to use the Expression like this
2:34
here I passed the opportunity ID and
2:37
then I was able to update the
2:39
opportunity by getting the value from
2:42
the query param and setting the payment
2:45
status which is a custom field on the
2:57
object I hope it was helpful
3:07
thank you for watching