Question

How to convert the attribute value to a parameter? I tried many ways but i am not able to succeed.


Badge +2

The attribute values is from GitLab pipeline which is called in JSONFragmenter and stored in Attribute Keeper. Now need to pass these attribute value to an azure file storage connector.

But the Azure Storage connector is not taking the Attribute values, only parameters are working.

Able to pass the published parameters as well as the private parameters.

Kindly help me with this.


2 replies

Badge +6

Hi @sneha​, If i've understood this correctly, you could use an AttributeManager or AttributeCreator to connect to the AttrubuteKeeper and create new attributes. Let me know if this works for you.

Badge +2

I do have a attribute value and i want to convert this attribute value into parameter.

I am using this converted parameter value in azure file storage.

In azure file storage we can pass only parameters for path, so i want to convert the attribute value to parameter.

Reply