Exam AD01 All QuestionsBrowse all questions from this exam
Question 86

A Blue Prism Process has been developed which contains steps to extract data from a delimited file.

During development, the Developer saves the delimited file to C:\BP_Proc\Temp folder on their virtual desktop and adds a data item to the process to store this file path. This data item is then used in the process steps to extract the file data.

The production Process must read this file from a network folder, and as the Blue Prism production environment is locked down, the Process configuration cannot be edited in this environment.

How could the data item ‘exposure’ be updated, so that the process can read the data item containing the relevant file path, regardless of the environment the process is being executed in?

    Correct Answer: B

    To ensure the process can read the file path data item from any environment, including a locked-down production environment, the data item exposure should be updated to 'Environment'. Environment variables allow values to be set outside of the code, making it possible to change the file path in different environments without modifying the process itself.

Discussion
LH1213Option: B

B is the answer

winbhaOption: B

B is correct