UserParametersGive a Advice

I use userParameters as my global variables ,somebady can give me some advice?

Can you share a bit more about what you’re trying to do? Are you trying to solve a problem you’ve encountered? Are you looking for guidance on how to best approach a particular task?

Hi Henry,

You can keep the parameters in xml format.

Create one service for reading the parameters using the following steps. Read the parameters file as bytes, convert byte to string , convert string to document and convert document to record. Now you have the parameters as record. Here after you can use this parameters anywhere in your flow.

If you want to edit the parameters, you can just edit the xml file. I hope this helps.

Abdul