The input signal in : "signals" should contain signal with "time channel" you can't pass BDATE or GENDER (we might change the code to support this).
theΒ in_range_val="1" contains the output of the signal, 1 for all records.Β
If you want to use this as dictionary, you will need to specify a dictionary with the mapping of the value "1" into the desired string.Β
In our example, that we want to generate "Race=White" for all, we will need to add this dict to the repository (TODO: in the future we might configure the dictionary virtually and skip that).