this question has no right answers. if you created an if statement you'd write it like this: %IsEmpty(Variable1) AND IsEmpty(Variable2)% and then select the operator 'Equal to (=)' and then simply write 'True' (without the quotes).
https://learn.microsoft.com/en-us/power-automate/desktop-flows/variable-manipulation
says "Every variable name must be enclosed by percentage signs (%)"
$" Output " = $"True" is a comparison between two text. If we choose option A then we are getting output of (IsEmpty(Variable1) AND IsEmpty(Variable2)) will be Boolean which cannot be compared to a text $"True".
I agree with MrMiniMite, ravisin216, ab\nd learnedwarned.
I also conducted an experiment, which resulted in this.
IF (IsEmpty(Variable1) AND IsEmpty(Variable2)) = $'''True''' THEN
C is correct. Try pasting it to notepad
https://powerusers.microsoft.com/t5/Power-Automate-Desktop/How-to-include-the-logical-AND-OR-operators-in-conditionals/td-p/715982
Created the condition in PAD and this is what I got when I copied and pasted into Notepad
IF (IsEmpty(BinderURL) AND IsEmpty(BinderTitle)) = $'''TRUE''' THEN
This section is not available anymore. Please use the main Exam Page.PL-500 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
devoprevo
Highly Voted 1 year, 11 months agoGravaviel
Most Recent 3 months, 3 weeks agoruntnerd
5 months, 1 week ago5b8a256
7 months agoghjjgjhkhjkjl
8 months, 3 weeks agoBP_Bot1
1 year, 1 month agocandneko
1 year, 3 months agomadimad
1 year, 4 months agoda52ca2
1 year, 4 months agojyotyada
1 year, 6 months agoRPAdrummer
1 year, 6 months agoflavours
1 year, 8 months agoMrMiniMite
1 year, 8 months agoRPAdrummer
1 year, 6 months agoNETHKE0009
1 year, 10 months agoRPAdrummer
1 year, 6 months agoravisin216
1 year, 10 months agolearnedwarned
2 years agoAnuvind
2 years, 2 months agoAnuvind
2 years, 2 months ago