Forum Discussion
MarkShnier__You
Qrew Legend
4 years agoYes. You can create a formula field to calculate the value you want. Then have a pipeline run every night to run a Make a Request
URL
https://mycompany.quickbase.com/db/xxxxxx
Method
POST
Content type
application /xml
NAME
QUICKBASE-ACTION
VALUE
API_SetFieldProperties
body
<qdbapi>
<usertoken>xxxxxxxxx</usertoken>
<fid>716</fid>
<label>{{a.label_ats_wk1}}</label>
</qdbapi>
in the body above the target fid to update is 716 and the formula field that has the name is in the field
[label ats wk1]
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
URL
https://mycompany.quickbase.com/db/xxxxxx
Method
POST
Content type
application /xml
NAME
QUICKBASE-ACTION
VALUE
API_SetFieldProperties
body
<qdbapi>
<usertoken>xxxxxxxxx</usertoken>
<fid>716</fid>
<label>{{a.label_ats_wk1}}</label>
</qdbapi>
in the body above the target fid to update is 716 and the formula field that has the name is in the field
[label ats wk1]
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
JimBoozer
4 years agoQrew Trainee
Thank you. I’ll give that a try.
- MarkShnier__You4 years ago
Qrew Legend
.. I'm lazy and the Quickbase steps are free so I run that every night. That way if my Pipeline fails it will just run the next night.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------- JimBoozer4 years agoQrew TraineeWorked PERFECTLY. Thank you!