ContributionsMost RecentMost LikesSolutionsRe: Any one have an example of getting a list of users in a security group not attached to a Workflow? Once you have the dictionary established what value is the principal field returning? I'm trying to do a for each on the keyvaluepair in principals and not getting a value back. XFGetDashboardParameterValue I am trying to pull the value of a parameter, =XFGetDashboardParameterValue("SourceScenario","Test") but it just shows the default value I put in. I've tried every variation for the parameter name I...IC Member Filter for Accounts Trying to use IC Member Filter on the account dimension to limit the entities that can be used at IC partners for the account. Does anyone know the syntax needed; I don't see any documentation on it...BRAPI rule for getting Text field from Workflow I'm trying to pull a Text field from a workflow in a transformation event handler rule but ran into an issue. I originally tried to use api.Workflow.GetWFText1() but that does not work in a transfor...SolvedRe: XFGetDashboardParameterValue If you're using this as a spreadsheet in a dashboard you have to create a supplied parameter component and include that in the dashboard. Re: XFGetDashboardParameterValue I tried that as well as !SourceScenario! and |SourceScenario|.