I have a variable "Project_num", when I'm pushing a botton I would like the system to select in the field "PROJNUM' the value of the variable "Project_num".
Add a Select in Field action to the button. Use PROJNUM as field and =Project_num as search string. If your variable contains an expression instead of a literal value you may need to use =$(Project_Num) instead.