script-server icon indicating copy to clipboard operation
script-server copied to clipboard

Load from script

Open billybenson opened this issue 1 year ago • 1 comments

Hi Bugy,

Do you have any further documentation on how to load the values for a field from a script? I can see the tick box to ‘load from script’ but how should this be formatted?

I’m using the Windows server edition, calling powershell scripts.

Thanks

billybenson avatar Aug 15 '23 19:08 billybenson

Hi @billybenson, just specify the path to script. For Powershell, you might need to use smth like this Powershell.exe -File C:\my_path\yada_yada\run_import_script.ps1 (https://stackoverflow.com/a/2035408)

bugy avatar Aug 16 '23 07:08 bugy