While choosing value (where we choose entity) what is System data, when to use it
Hi @Anuj_Tiwari
System data refers to system variables that store information about your system. For instance, variables like ordId, appId, clientSecret, etc., hold specific values that can be utilized whenever needed. You can see your system variables in your application build inside the debugger under System variables section.
Hello @Harshit
Can you provide any usecase for clear understanding and thanks for the answer.