Before posting, and to avoid disappointment, please read the following:

  • This forum is not for 2BrightSparks to provide technical support. It's primarily for users to help other users. Do not expect 2BrightSparks to answer any question posted to this forum.
  • If you find a bug in any of our software, please submit a support ticket. It does not matter if you are using our freeware, a beta version or you haven't yet purchased the software. We want to know about any and all bugs so we can fix them as soon as possible. We usually need more information and details from you to reproduce bugs and that is better done via a support ticket and not this forum.

Nested Group Profiles and Variables

For technical support visit https://support.2brightsparks.com/
Post Reply
unarmedgold
Newbie
Newbie
Posts: 2
Joined: Tue Jul 16, 2019 4:32 pm

Nested Group Profiles and Variables

Post by unarmedgold »

Hello,

I don't know if it will work this way, but I'm trying the following

> Group Profile 1
>%VARIABLE1% = "1"
>> (Nested) Group Profile 2
>> %VARIABLE2% = "2"

Tasks under "Group Profile 2" are evaluating %VARIABLE2% correctly, but don't evaluate %VARIABLE1% unless I explicitly redefine it under "Group Profile 2", like:

> Group Profile 1
>%VARIABLE1% = "1"
>> (Nested) Group Profile 2
>> %VARIABLE1% = "1"
>> %VARIABLE2% = "2"

Is this expected? Do groups inherit parent group variables?

Thanks!
Post Reply