Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Widget Connector
urlhttps://vimeo.com/223064993

In Actionstep you can use merge fields to determine what pronoun will be used based on if the participants involved are male, female or a company or if there is one of them or many. The merge filed to enter will be either "Pronoun1", "Pronoun2", "Pronoun3" or "Pronoun4" depending on what type of pronoun you are wanting to use.

...

To help you understand what pronoun to use refer to the listed options below.

Pronoun1

['1st']['singular']['male'] = "I";
['1st']['singular']['female'] = "I";
['1st']['singular']['company'] = "The Company";
['1st']['plural']['male'] = "We";
['1st']['plural']['female'] = "We";
['1st']['plural']['company'] = "The Companies";
['2nd']['singular']['male'] = "You";
['2nd']['singular']['female'] = "You";
['2nd']['singular']['company'] = "The Company";
['2nd']['plural']['male'] = "You";
['2nd']['plural']['female'] = "You";
['2nd']['plural']['company'] = "The Companies";
['3rd']['singular']['male'] = "He";
['3rd']['singular']['female'] = "She";
['3rd']['singular']['company'] = "It";
['3rd']['plural']['male'] = "They";
['3rd']['plural']['female'] = "They";
['3rd']['plural']['company'] = "It";

Pronoun2

['1st']['singular']['male'] = "Me";
['1st']['singular']['female'] = "Me";
['1st']['singular']['company'] = "The Company";
['1st']['plural']['male'] = "Us";
['1st']['plural']['female'] = "Us";
['1st']['plural']['company'] = "The Companies";
['2nd']['singular']['male'] = "You";
['2nd']['singular']['female'] = "You";
['2nd']['singular']['company'] = "The Company";
['2nd']['plural']['male'] = "You";
['2nd']['plural']['female'] = "You";
['2nd']['plural']['company'] = "The Companies";
['3rd']['singular']['male'] = "Him";
['3rd']['singular']['female'] = "Her";
['3rd']['singular']['company'] = "It";
['3rd']['plural']['male'] = "Them";
['3rd']['plural']['female'] = "Them";
['3rd']['plural']['company'] = "It";

Pronoun 3

['1st']['singular']['male'] = "My";
['1st']['singular']['female'] = "My";
['1st']['singular']['company'] = "The Company's";
['1st']['plural']['male'] = "Our";
['1st']['plural']['female'] = "Our";
['1st']['plural']['company'] = "Our";
['2nd']['singular']['male'] = "Your";
['2nd']['singular']['female'] = "Your";
['2nd']['singular']['company'] = "The Company's";
['2nd']['plural']['male'] = "Your";
['2nd']['plural']['female'] = "Your";
['2nd']['plural']['company'] = "Your";
['3rd']['singular']['male'] = "His";
['3rd']['singular']['female'] = "Her";
['3rd']['singular']['company'] = "Its";
['3rd']['plural']['male'] = "Their";
['3rd']['plural']['female'] = "Their";
['3rd']['plural']['company'] = "Its";

Pronoun4

['1st']['singular']['male'] = "Mine";
['1st']['singular']['female'] = "Mine";
['1st']['singular']['company'] = "The Company's";
['1st']['plural']['male'] = "Ours";
['1st']['plural']['female'] = "Ours";
['1st']['plural']['company'] = "Ours";
['2nd']['singular']['male'] = "Yours";
['2nd']['singular']['female'] = "Yours";
['2nd']['singular']['company'] = "Yours";
['2nd']['plural']['male'] = "Yours";
['2nd']['plural']['female'] = "Yours";
['2nd']['plural']['company'] = "Yours";
['3rd']['singular']['male'] = "His";
['3rd']['singular']['female'] = "Hers";
['3rd']['singular']['company'] = "Its";
['3rd']['plural']['male'] = "Theirs";
['3rd']['plural']['female'] = "Theirs";
['3rd']['plural']['company'] = "Theirs";