Questions tagged [dynamicparameters]
48 questions
1
vote
1 answer
Sending Dynamic file path from Azure Databricks Code to Azure Logic apps for email attachments
Hi I am new to logic apps. I have a python code for sending mail with attachments using Azure Logic Apps. When I provide a static file path in Get Blob Content the mail is working fine with the attachment. But when I am trying to the send the file…

vikas madoori
- 147
- 1
- 11
1
vote
1 answer
How to pass multiple condition in dynamic parameter in Dapper Query like we pass for IN operator
I want to pass multiple entity code while querying my PostgreSQL db. I am getting error with below code:
I want query to work like below:
SELECT * FROM public.test WHERE entity_code IN('value1', 'value2');
Below is my code which works in…

Chandrakant
- 13
- 6
1
vote
1 answer
Dapper dynamic parameter
I am using dapper and dynamicParameters to get data from SQL Server in a Web API project (.NET 5).
It works most of the time without any problems, but sometimes I get the following error
Procedure or function MySP has too many arguments…

M.Saeed Palideh
- 121
- 1
- 10
1
vote
1 answer
Parameter not provided to the stored procedure when I use Dapper DynamicParameter from C# dictionary
I'm using Dapper DynamicParameters in order to send a parameters dictionary from my .NET Core application to SQL Server, but I get an error:
Parameter @cityName1 is not provided
But when I trace the query, I can see it is present.
This is the code…

ordiminnie
- 97
- 10
1
vote
0 answers
Current status of SVG parameters implementation
What is the current status of the implementation of parameters in SVG?
We can find some proposals online (dating from 2009), but I have no clue of the current…

Denis Rouzaud
- 2,412
- 2
- 26
- 45
1
vote
1 answer
Java String... question regarding multiple inputs for a method
is it possible to create a class and have a String ... attribute that takes as many or as little strings as you put?
example:
please excuse my rough pseudocode, this is for java.
//this is the method:
public void getXXXX(String ...) {
//random code…

Lamar
- 217
- 2
- 10
1
vote
1 answer
PowerShell parameter sets or dynamic parameters
I'm trying to figure out which method would work best for the following situation.
Example function:
Set-APICredentials {
[CmdletBinding()]
param(
[Parameter(Mandatory)]
[string]$APIUser,
[Parameter(Mandatory)]
…

Bennett
- 99
- 9
1
vote
1 answer
Dynamic Parameter Doesn't Show After Using Validated Set Parameter
I've been playing about with my new New-CompanyADUser cmdlet in our Company-AD module, and I'm experiencing a weird problem with my dynamic parameter: it won't appear at all after I've chosen an option within a validated set parameter that has more…

RobTheRobot16
- 323
- 4
- 24
1
vote
1 answer
How do you specify both static and dynamic positional parameters in Powershell?
EDIT
As per The Mad Technician's suggestion, I have submitted a bug report for this on the PowerShell UserVoice site:…

Micah Hunsberger
- 236
- 1
- 10
1
vote
0 answers
How to add Ad id to Facebook URL
we want add to Facebook URL a parameter that send the Ad-ID (unique id Facebook generate).
Its actually a dynamic parameter which get different ID per Ad.
is this possible ?

erezlale
- 625
- 2
- 6
- 17
0
votes
0 answers
Extract key from .ini file for the subsection in jenkins for dynamic choice parameter
parse .ini file subsection and use combination of linux command to extract key in jenkins for dynamic choice parameter under script,groovy script and display as checkbox option to user select ?
suppose if I use dynamic choice in jenkins under groovy…

Nithesh Krsna
- 1
- 1
0
votes
2 answers
Crystal report Parameter Fetching Data from DB
How can I add a parameter to fetch customer names from a database in Crystal Reports 2013?
Is it possible to write a query in a formula to retrieve the data?
I have already used dynamic parameters, but they don't allow for searching. I also need to…
0
votes
1 answer
Sending Dynamic Parameter to Federated OAuth Authenticator WSO2
I have a WSO2 Server OAuth Federated Authenticator. It's redirecting and working properly.
I have to send an additional parameter to the redirection URL. I have put it in the acr_values hardcoded like ui_locales=ar then it works…

Narayanaa
- 1
- 2
0
votes
0 answers
How to enter parameters into power BI template pbit file and then letting those load before next dynamic parameter is selected
I have four parameters that are required in a pbit powerBI template for the report to load. However, the fourth parameter(org_ids) is a dynamic dropdown parameter that needs the first three parameters to refresh and get the list of values that will…
0
votes
0 answers
Dynamic parameter to onelogin service
I am new to onelogin service.
I want to know any possibilities to pass a dynamic parameter value to relay state URL in onelogin.
This is my current situation.
User tries to login to "sampleproduct.com"
"sampleproduct.com" redirects to onelogin…

user2130460
- 153
- 2
- 9