Description - Until very recently the Auto-Align button was on the main screen. Now it is hidden under the More (...) button.Why is this feature important to you - When I'm building I use this button dozens of times per day...possibly even hundreds of times. Now with it hidden underneath the More (...
Are there any Boards based watch events for Fusion? I am looking for the ability to trigger based on a new card being added to a board or a card moving into a specific column on a board. Also, has anyone been able to add a connected card to a board via API?
Instead of iterating/filtering over items to create a new list of forms, fields or other objects, using JSONata literally takes just 2 modules: The first to transform the object into JSON, the second with the JSONata expression. A JSONata expression is a mini-"program" - and it's much faster than th...
Helloes, I am trying to create some kind of report or anything that could be exported that includes PTO's and the designated holidays for different users. I can easily get the PTO via search + read related records modules, but I am having a hard time getting the dates of the designated holidays that...
Hi All, We have a requirement to create a project and add tasks to the project after user submits Intake form For this, we have created a project template with the set of tasks and using this template and create module I'm able to create project and tasks. Problem is based on some fields in the Int...
Hello Team, I'm searching ASSGN object and trying to get the workperdate, AssignedTo ID values, post that I'm storing the data in datastore. So the workperdate is an array having collection(attached the screenshot). But Now if i try to create a CSV file for the same this workperdate is fields is nu...
Hi allWe have created a fusion scenario from a request queue. Fusion creates a project, then deletes the request. The notification that follows has a link to the request that no longer exists. Is it possible to point the link to the project instead? Any recommendations will be appreciated.
Hi all, Does anyone know of a modifier available when searching for issue that start with a letter? Anything likename=Sname_Mod = startsWith thanks,Kelly
Hello, Is it possible through fusion to automate the assignment of an "Approver" for task-level approval workflows in converted projects? “Issue entry creator (Converted issue originator)” should be the approver.
My aggregator module is correctly producing the grouping and data I wanted.The piece I can't figure out is how to reference it in the email module and keep the grouping. What I have emails blank data for the project names.Hello,Here are your current projects:{{#each projects}}- {{name}}{{/each}}Tha...