This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
In my automation I have a trigger when a synced table from another base updates a {risk} field. Automation is currently like this: When a record is update (synced table - {risk} fieldFind record in project list table which matches the trigger record ...
Is there a way to identify how a field was created if it was not created by a person? There is a field that was created but can not identify how it was created. Not sure if a person created it or it was created through an automation erroneously.
Trying to get get a common filter so users can modify dates or workflow status and it will automatically changes the dates. I would like the users be able to add workflow status and/or modify the date range of the graphs and then update the data. Ho...
I have 2 tables where I am trying to count the number of times project date changed. Table 1 ID Project Name Created DateChange Code 1Project 13/2/2022Project Date Change 2Project 23/2/2022Project Date Change 3Project 33/2/2022Project Date Chang...
If you have a table, Table B, which is linked to Table A which has Project Name. Is there a way to update Table B with any new project specified in Table A?
Tyler, in your example, Step 1. the # of Date Changes is that field in Table 1 or Table 2? In table 1, if I group by Project name, I do get the proper count. Assuming the # Date Changes in Table 2, step 2 I would just need to know when a record is ad...
This table only has the same change code type. I am counting the # of times the project name is listed. If I group by project name, the value is provided there. All I am trying to do is to get that count. Does that clear up what I am trying to do?