Hello Community!
I need get a value int or string from action run in detail. The idea is get this value and work with that.
Any have idea to make it?
Regards,
Like
Dear Federico,
In order to get the value and use it further, please do the following:
1. In the executing function, which follows after the click, please use JavaScript prompt method to receive needed information;
2, Afterwards, use this value further in the code.
Also, here are the examples of how to get values, if not by the prompt oprtion:
- if to get value from other object (section, detail) you need to write an ESQ to that object https://academy.bpmonline.com/documents/technic-sdk/7-8/building-paths-…;
- if to get from the minipage itself, please use this.get("ColumnName");
Regards,
Anastasia