Adding option to input parameter for selecting passing data mode (value or reference)
92
Views
1
Comments
New
Service Studio

By default the data of Input Parameter is passed by value but sometimes we need to pass it by reference. It would be better to add a dropdown option (between Data Type and Is Mandatory) with two possibilities: 

  • Value (by default)
  • Reference

Then developer has the choice and control of it.

Hello Édouard,

The platform actually allows passing an input parameter to an action by reference, even though it's not visually easy to tell the difference between that and by value. I agree that it should be easier to distinguish both scenarios, ideally through a visual clue.


Regards.