Does anyone have suggestions to go one route over another for setting up my base?
Essentially in a table called SKUs I will be linking to another table or tables for each SKU component.
Each of the fields in the screenshot below will be a linked reco...
Trying to make a post request to Notion to create a new page. Receiving an Error 400 Bad Request and can’t find the issue.
Here’s the documentation - Create a page
and script below
let payload = {
'parent': {
"type": "page_id",
"p...
Is there a way to format output from a scripting block so that printing works without the content being cut off? Or possibly a different option to solve this problem.
When I click print on the output view some of the content gets cutoff. See screensh...
Hi @Kc_chen,
Yes, you have a few options. I would suggest creating a field/column named ‘Manual Price’ and create your Formula field.
In the formula field use IF({Manual Price}, A+B, {Manual Price})
You can then format the formula field to display in...
Not sure how you currently have your base setup. But you could use a linked record field with a lookup field to pull in your rates for each specific project.
If you share your base (make a copy of it and put ‘dummy’ data in it) it will help someone h...