Skip to main content

Comments

1 comment

  • Adeptia Support

    You can get Source File Name by creating a Global Variable and selecting Get-Context function. In the function declaration put the following syntax 

    get-context('Service.mySourceActivityName.fileName', 'na')

    First parameter refers to the attribute we want to obtain the value from, in this case fileName.

    Second parameter is a default value.

    Please refer to the below screenshot for reference.

    Screen_Shot_2015-05-29_at_8.46.41_AM.png

    0

Post is closed for comments.