getJobData

Returns specific job data for the given key.

Description

Fetches a specific job-related value by key (e.g., grade, department).

Parameters

  • data (string): Key to fetch from job data.

Return Value

  • Returns the value associated with the key.

Example Use Case

local dept = ps.getJobData("department")
print("Department: " .. dept)

Last updated