Saurabh Posted November 22, 2022 Report Share Posted November 22, 2022 Hi! I am trying to create a "financial projection" dashboard. So essentially, what I am looking to do is: User enters different "monthly" expenses - like Car, Mortgage, etc. Keeping fields simple, it is: Expense Name Amount Start Month End Month Once different expenses like these are mentioned, my plan is to "insert" this expense for all these combined into another table with simple fields Expense Name Amount Month What I am missing is getting a triggered action to work on it to automatically insert on monthly levels. Quote Link to comment Share on other sites More sharing options...
1 Aether Posted November 23, 2022 Report Share Posted November 23, 2022 Hi @Saurabh - I assume that you will insert multiple records base on "Start Month" and "End Month", if that is the case you might need to use for lop on your trigger action. Refer on this similar article: Quote Link to comment Share on other sites More sharing options...
1 Aether Posted November 23, 2022 Report Share Posted November 23, 2022 You can try this sample configuration as well: Here is the output: Quote Link to comment Share on other sites More sharing options...
0 Ilyrian Posted November 22, 2022 Report Share Posted November 22, 2022 Hi @Saurabh, You could create a Triggered Action that runs on Insert, and action to Insert into the other table. Something like this: This viedo might be useful: https://www.youtube.com/watch?v=w6T1cqg0gnk Another approach could be to create a Task that runs every month, that will copy the data from one table to another. Quote Link to comment Share on other sites More sharing options...
0 Saurabh Posted November 26, 2022 Author Report Share Posted November 26, 2022 On 11/23/2022 at 8:07 AM, Aether said: You can try this sample configuration as well: Here is the output: Thanks! This works perfect for me! Quote Link to comment Share on other sites More sharing options...
Question
Saurabh
Hi!
I am trying to create a "financial projection" dashboard.
So essentially, what I am looking to do is:
What I am missing is getting a triggered action to work on it to automatically insert on monthly levels.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.