I have created and import action of users through CSV file but unable to find same toggle in classic dashboard action to upload a new file and run action again to update my user list.
Hello @Arijitkatiyar , please follow the approach mentioned in my last comment. When you build as per mentioned then publish the process on Dashboard/UX page. So, you can update Users using the process from Frontend.
Process will contain 3 actions
Thanks,
Vamsi
@Arijitkatiyar
When I published the Process to the dashboard, it prompted me
Are you not seeing the same thing?
Yes, I am not able to see this option of choosing file.
what do you see?
In the above screen snap, directly process runs without asking to attach new file.
What is your model role? Full Access or other?
@arijitkatiyar
if you published as a process, it would show you the file option to select.
what do you mean by same toggle?
And also check the access permissions also.
Workspace admin with full access.
4.1 action what you created, is it a csv upload only? if yes, it should ask for new file to attach.
strange…
Is your model in Deployed Mode? If so, go back to Dev and click the Production Data Boolea in Import Data Sources, the do a sync to Prod.
Hello @rob_marshall ,
I too replicated the same by creating an import action using csv file (to load data to Users) and then added it to a process and published it onto Dashboard. When I try to run the process, I see the below dialog box
I have tried this in dev model.
But, when I tried to import data into a list using an process published on dashboard, I received the prompt to upload new file. Please suggest
@Vamsi Kaki
Not sure what to tell you other than the above. These are the steps I did this morning:
Hello @rob_marshall , Thanks. But, I also followed the same steps.
I have updated my previous comment with one more result. Please find that.
@Vamsi Kaki @Arijitkatiyar
Yes, I can confirm it does not work for Users, being able to change the file dynamically. For importing users, the file has to be a fixed name.
@rob_marshall In that case, I tried an approach to add new users.
I tried and obtained the following result. @Arijitkatiyar Hope this helps
Hello @Arijitkatiyar , if you feel above approach is not suitable then I have another approach.
[You can apply filter on the saved view to populate new users only].
Hope this approach resolve your issue. Thanks
@Vamsi_Kaki, yes this works but this will be done at backend, what I wanted was from frontend.
I am trying to create a Net Debt / EBITDA formula at the bottom of one of our P&L income statements where, i have tried the MOVINGSUM function. However this does not work for summary line items which EBITDA is. What i would like is to be able to sum the previous 12 months EBITDA (Including the current period) numbers in a…
I have this template to import back to my module By right it should match the module because the time format is the same as the module the only difference is that in the excel file there is a seperator. M-Y. Thus logically to me it should be But when i run the action using M-Y and match names both result in an import error…
Hi everyone, I was trying to Retrieve a Line Item (Boolean) using TIMESUM as formula to another module by using ANY. This Boolean LI has A,B,C as dimensions. My target module has only A as dimension. In order to use a reference module for mapping, does this reference module had to have A,B and C as dimension or just A…