Hi, Paul. Here's how I'm populating the subfields:
ggResponseFile_name = %trim(%scanrpl( '.json' : '_Response.json' : colTmxH.fileName ));
ggResponseFile_nl = %len(%trim(ggResponseFile_name));
ggResponseFile_fo = SQFOVR;
The file name is similar to this: /home/dmiller/out/Account-2025-04-10-12.06.23.832801_Response.json
As I mentioned, the file is being created/ replaced (I've started without the file existing and also with it already existing).
#RPG