After I modify the saved view corresponding to an export action, the data for executing this action does not change. why ? How to change the saved view without changing the export action ID.
thanks.
Hi @licx13
If you change your saved view, you'd need to create export action afresh. Anaplan currently does not have this feature to update existing action as per the saved view
Cheers!!
@licx13: Saved views and Export actions are not dynamically linked. In fact, you can create an export action without creating the Saved view. The export action is created with the layout and filter that you chose in that moment.
However, it's part of the Best Practice to have a Saved view associated with an export action that you saved. This is also a way to track what filter was chosen when the Export action was created. If you edit an export action you can trace back everything (source module, columns,formatting etc..), except for the filter.
If you need to change the structure/filter of a saved export action, you need to re-create the action with the exact export action name. Re-saving the export action with exact name it will update the action with the latest structure/filter.
Hope it helps
Alex
@AlexPavl great, thank you very much for you support and help . it is done to re export and rename .
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…