User Profile
Undenius
Copper Contributor
Joined 3 years ago
User Widgets
Recent Discussions
Conditional formatting in SharePoint list
Hello Everyone, I am trying to create a SharePoint list where certain columns are only displayed if a specific column contains a value. I’m quite new to conditional formatting and have been struggling to get it to work. The column I want to check is "Sales_x0020__x002d__x0020_Respon". If this column contains a name, I want another column to be visible. If it’s empty, the column should be hidden. Any advice or guidance would be greatly appreciated!145Views0likes1Comment30 days before expire date
Hi all, I am very new to SharePoint and Power Automate. I am self-learned and are most probably doing things more complicated than it needs to. I wanted to create a flow that are checking a list of vehicles and send an email 30 days before they need to be controlled again. In the flow 30 days beforeNästa Besiktning (expire date). In my list I have two columns that I am using in the flow Beskinginsdatum (date then thevehicle lat was controlled) Besiktningsintervall (day until next control) Nästa Besiktning (calculated column fromBeskinginsdatum +Besiktningsintervall) I think there must be an easier way of doing this, like with filter Query. formatDateTime(item()['N_x00e4_sta_x0020_besiktning'],'yyyy-MM-dd') formatDateTime(addDays(utcnow(),30),'yyyy-MM-dd')Create new file names and delete old attached file to SharePoint list item
Hi Guys, I am trying to creat a flow where I want Flow to rename attached files to a new filename using the column name. What works without any problem. But I would alos like to delete the old files and only keep the new once. What happens is that the flow create new files and also delete them my flow deletes the newly created file and keep the old once. What am I doing wrong. concat(triggerOutputs()?['body/Title'],'-',triggerOutputs()?['body/Datum'],'-',items('Apply_to_each')?['DisplayName'])Solved
Groups
Recent Blog Articles
No content to show