Forum Discussion
MarcusBiady-7a0
2 years agoCommunity Member
Struggling with a variable
Hi everyone, I am uploading two examples. One is a sample of a real course interaction that has been redacted called ("Company Policies_Test Interaction"), and one I have mocked up ("Human Resources...
SandeepGadam
2 years agoCommunity Member
Hello Marcus, I reviewed your file and after modifying your existing trigger I was able to get the submit button work. So on the "SPEmployeeHandbook" layer change the trigger similar to below:
Modify your trigger to
Set state of Button 1- Submit to Normal
When CloseLayerSP changes
If CloseLayerSP = value True
This worked fine at my end. Let me know if you need any further help.